vouchers-nbt.txt
From here you can add custom NBT tags to vouchers
vouchers-nbt.txt
voucher-id {SNBT here}
SNBT or stringified NBT is the format used by Minecraft for stuff like
/give
commands for NBT. It is very easy to use, you can copy the SNBT from a /give
command and paste it in the file.A colored leather item
/give NAME minecraft:leather_chestplate{display:{color:14574937}} 1
voucher-id {display:{color:14574937}}
Last modified 1yr ago