item type

  • 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. M

    Solved Failed to check if player is holding an enchanted item

    Skript Version: Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 I want to check if a player is holding an item as follow: on right click: if player's tool is Name Tag of Unbreaking 5: (do something) But when I use a Name Tag with Unbreaking 5 enchantment to right...
  2. X

    Solved loop players

    Yes I know, there must be an item-type but I do not know how else to do it: every second: loop all players: if %loop-player% has permission "system.mod": set {Mod.%player%} to true
  3. D

    String to item type

    Hello, I am trying to make barrels/storage drawers in Skript. For those of you who don't know, storage drawers is a mod that allows for storing large amounts of a single item type in a block. I don't know how to store the item type though, this is what I've got so far...