Hello.
I want to create hidden NBT tags to work as a voucher for trades in shopkeepers.
The NBT Tag I want to be stored is %playername% and %arg 1%, arg 1 being <text> from a command.
Here is the code so far:
The problem is that it says "lore is not a valid item data". So it's impossible to do what I want here?
I'm using SkStuff for the NBT management.
I want to create hidden NBT tags to work as a voucher for trades in shopkeepers.
The NBT Tag I want to be stored is %playername% and %arg 1%, arg 1 being <text> from a command.
Here is the code so far:
code_language.skript:
command /nbt <text>:
trigger:
set all paper from the inventory of the player to paper with nbt "{display:{Lore:["lore here", "lore here"]}"
The problem is that it says "lore is not a valid item data". So it's impossible to do what I want here?
I'm using SkStuff for the NBT management.