So im trying to find a result for a long time...
The problem is that i don't know how to use nbt and i want to still have custom abilities with items without using for example:
I use 1.16.4 skript. Is there anything that can identify an item without that. (i want to add custom enchantments)
[doublepost=1617791071,1617742793][/doublepost]bump
[doublepost=1617884232][/doublepost]I just found out how:
The problem is that i don't know how to use nbt and i want to still have custom abilities with items without using for example:
Code:
on right click:
if player's held item is diamond sword named "&aExample" with lore "" and "&a&lUNCOMMON"
[doublepost=1617791071,1617742793][/doublepost]bump
[doublepost=1617884232][/doublepost]I just found out how:
Code:
give player 1 diamond sword with custom model data 10
on right click:
set {_model} to custom model data of player's tool
if {_model} is 10:
broadcast "&aWORKS!"