vouchers-nbt.txt
From here you can add custom NBT tags to vouchers
Format
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.
Examples
A colored leather item
/give NAME minecraft:leather_chestplate{display:{color:14574937}} 1
voucher-id {display:{color:14574937}}
Resources
Last updated
Was this helpful?