Recent content by Tanner

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. T

    Solved help with loop of players inventory

    Thanks for the reply, but I ended up finding another method which works as well! if helmet of player is air add -4 to {_set1} wait 1 tick send "&c&lYou took your helmet off, removing set effects!"
  2. T

    Solved help with loop of players inventory

    So the code below is meant to check if the player is wearing the correct armor (which is does properly) then again check if the player is still wearing that armor every 5 seconds (just for testing purposes for now) the problem is that it does detect that the player has taken the armor of. The...
  3. T

    Add custom NBT to dropped item

    So the below code is working for everything except for the adding the custom attribute ala NBT to the leather cap. I have been at this for hour just going full blown shotgun strategy trying literally everything I research to get this to work :/ no luck. (also im brand new to skripting so be nice...
  4. T

    Solved Help with on damage of entity regarding level of player

    Skript Version (do not put latest): Skript 2.4 (maybe, don't know how to tell) Skript Author: Tanner Minecraft Version: 1.15 --- Full Code: on damage of pig: if {levels::%attacker%} is more than 1: #This is set to more than 1 for test purposes broadcast "test" #broadcast is set for...