item damage

  • 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 community!

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

  1. J

    make item unbreakable

    Hello!! Am trying to make a item to be unbreakable. In this case, a water bottle: water bottle named "§6§lBoBux" with lore "A relic only the worthy shale posses" If someone can help with the code to cancel any events that would cause the item to burn by fire or lava, cactus, explosions, etc...
  2. M

    Solved How do I check for the item's durability?

    Hello! I'm trying to make a plugin that will notify when your item has less than 10 durability. I tried my best, but I don't get what is wrong in here. I'm new btw. on item damage: if {_durability} is less than 10 of player's tool: send "&l&cYour %tool% has less than 10 of durability!"