Hi,
I need help with SkBee NBT system. I'm trying to do enchantments through NBTs and I'm struggling to find a solution.
This is the NBT compound on my item:
How can I make a check for "if player's tool has nbt billionaire1:1b"? I've tried to do
but it doesn't work.
And my next question is, how can I add multiple values into the enchants compound, because I want to add 3 enchantments into that (for example: billionaire1:1b, lifesteal3:1b etc.)
Thanks for any reply!
I need help with SkBee NBT system. I'm trying to do enchantments through NBTs and I'm struggling to find a solution.
This is the NBT compound on my item:
How can I make a check for "if player's tool has nbt billionaire1:1b"? I've tried to do
code_language.skript:
if nbt compound of player's tool has nbt tag "billionaire1;1b":
And my next question is, how can I add multiple values into the enchants compound, because I want to add 3 enchantments into that (for example: billionaire1:1b, lifesteal3:1b etc.)
Thanks for any reply!