nbt tag

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

    Solved How to hide enchant flag of item

    I have this code that is working fine but it has the enchantment lore and I don't know how to get rid of it! command /test2: trigger: set {_i} to prismarine shard enchant {_i} with protection 1 give player {_i}
  2. N

    Solved (Help) Unique NBT's between two items that share the same name and NBT

    Skript Version: 2.5.3 Skript Author: YourSpeedDealer Minecraft Version: 1.16.5 Full Code: command /m4a1: trigger: set {_M4A1} to 1 leather horse armor named "&bM4A1" add "{maxDurabilityM4:31}" to nbt of {_M4A1} set {ammo} to tag "maxDurabilityM4" of nbt of {_M4A1}...
  3. B

    NBT Help

    Hello, I am having an issue and was wondering if someone could help set {_drop} to feather of luck of the sea 1 with hidden enchantments named "&b&lBLITZ" with lore "&9An Item From The Gods&7.", and "&7Fight Away The Spirits&7." add custom nbt "{voucher: "BLITZ"}" to {_drop}...
  4. D

    Solved On Block Place

    Hey guys! I'm a relatively new skripter, and I'm not sure on how to "discriminate" which blocks get placed. (I'm trying to make a generator plugin, and I've gotten everything else worked out) I've tried adding an NBT tag and even trying to change MetaData; (to no avail) Heres the code I've been...