â
Root Name
â
Total Tags
0
Select any tag on the left to see rich preview
Loading File...
Parsing NBT data
Add New Tag
Save To...
Paste SNBT
Clear Everything?
This will delete the current NBT tree, history, and all tabs.
How to Use
Getting Started
âĸ Click Open File or drag & drop any supported file (.nbt, .dat, .dat_old, .schem, .snbt, .json, .txt, .mca)
âĸ Use the template buttons (Create Item or Create Entity) for quick testing
Main Editing Method
âĸ Switch to the Live SNBT tab
âĸ Edit the SNBT text directly
âĸ Click Parse SNBT â Tree to update the tree view
This is the recommended way to make changes.
SNBT Data Type Suffixes
In SNBT, you can specify the exact data type using these suffixes:
| Suffix | Type | Example | Common Use |
|---|---|---|---|
| b | Byte | 42b | Small values (-128 to 127) |
| s | Short | 300s | Medium values |
| (none) | Int | 123456 | Default integer |
| l | Long | 7496645187048104094L | Seeds, UUIDs, large numbers |
| f | Float | 3.14f | Single precision decimal |
| d | Double | 2.71828d | High precision decimal (default for decimals) |
Pro Tip: Always use L for RandomSeed, UUID, and timestamps. Use d for coordinates and rotations.
Other Useful Tools
âĸ + Add Tag â Add new tags to the current compound
âĸ Undo / Redo â Full editing history support
âĸ Collapse All / Expand All for large structures
âĸ Search box at the top of the NBT Tree
âĸ Save File â Saves in the original format
Preview & Analysis
âĸ Use the Preview / Info tab for a smart summary
âĸ Raw Hex tab shows the raw binary data
Customization
âĸ Click the Theme button to change the app appearance
Tips
âĸ Large files may take a few seconds to load
âĸ Always click Parse SNBT â Tree after editing in the Live SNBT tab
âĸ Use Undo/Redo if you make a mistake