NBT Exporter
NBT Exporter is a lightweight client-side mod that enables players to export NBT data of items directly from their inventory.
How to Use
Hold the item you want to export data from and execute the /exportnbt command.
Usage examples:
/exportnbt MyUniqueItem
Or like this:
/exportnbt "My Unique Item, but with spaces"
Specifying a file name is optional. If no name is provided, the file will be named based on the current date and time.
To view tags in the exported .nbt file, you can use specialized NBT reading software.
This command can be used on any Minecraft server without additional permissions, unless prohibited by server rules.
Available Commands
Starting from version 2.0, NBT Exporter provides the following commands:
/exportnbt— exports only the item's NBT in compressed binary format/exportstack— exports complete item information as NBT (including ID, count, and damage) in compressed binary format/exportnbtstr— exports only the item's NBT in text (stringified) format/exportstackstr— exports complete item information as NBT (including ID, count, and damage) in text format/exportgive— exports complete item information as a/givecommand into a .txt file