NBT Editor
Convert between NBT and JSON formats
Give Diamond Sword
{id:"minecraft:diamond_sword",Count:1,tag:{Enchantments:[{id:"minecraft:sharpness",lvl:5}]}}
Custom Name Item
{id:"minecraft:stick",Count:1,tag:{display:{Name:'{"text":"Magic Wand","color":"gold"}'}}}
Potion Effect
{id:"minecraft:potion",Count:1,tag:{Potion:"minecraft:healing",CustomPotionEffects:[{Id:10,Amplifier:2,Duration:600}]}}
NBT → JSON
JSON → NBT
NBT Input
JSON Output
Output will appear here...
Convert
NBT Format Guide
Strings:
Name:"Steve"
Numbers:
Count:64, Health:20.0f
Arrays:
Pos:[0.0d,64.0d,0.0d]
Compounds:
{display:{Name:"Item"}}