Wiki
Discord
  • 👋Hey
  • 🔌Resources
    • ☄️Arcane
      • 🎟️Vouchers
        • ⭐v2.0.0
        • Example vouchers
        • Actions
          • Properties
          • Tags
        • Comet
        • Commands
        • Configuration
          • config.yml
          • vouchers.yml
          • vouchers-nbt.txt
        • Permissions
        • Requirements
    • ⚡Master
    • ⛏️TokenEnchant
      • ⬆️TEUpgrades
    • 🔴Other
      • 🏗️GUIHelper
Powered by GitBook
On this page
  • Format
  • Examples
  • Resources

Was this helpful?

  1. Resources
  2. Arcane
  3. Vouchers
  4. Configuration

vouchers-nbt.txt

From here you can add custom NBT tags to vouchers

Previousvouchers.ymlNextPermissions

Last updated 3 years ago

Was this helpful?

Format

vouchers-nbt.txt
voucher-id {SNBT here}

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

🔌
☄️
🎟️
SNBT
/give command generator