
NBT Exporter
A simple Minecraft mod you can use to export NBT tags of any items.
Обновлён 18 июня 2024 г. · опубликован 2 февраля 2024 г.
NBT Exporter
NBT Exporter is a simple client-side mod that allows players to export NBT data of items from their inventory.
Usage
Hold the item you want to export NBT for, and use the /exportnbt command.
You can use it like that:
/exportnbt MyUniqueItem
...or like that:
/exportnbt "My Unique Item, but with spaces"
Providing a file name is optional. If not specified, the file will use the current date and time as the name.
To view the tags in an exported .nbt file, you can use a file reader such as NBTExplorer.
You can use this command on any Minecraft server without requiring additional permissions unless prohibited by server rules.
Commands
Since v2.0 NBT Exporter provides these commands:
/exportnbtexports item NBT only, in compressed binary format/exportstackexports full information about the item as NBT (incl. id & count & damage), in compressed binary format/exportnbtstrexports item NBT only, in text (stringified) format/exportstackstrexports full information about the item as NBT (incl. id & count & damage), in text (stringified) format/exportgiveexports full information about the item as/givecommand into .txt
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.0.1 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 18 июня 2024 г. | .jar (46 КБ) |
| 2.0.1 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | fabric | 18 июня 2024 г. | .jar (46 КБ) |
| 2.0.1 | Релиз | 1.12.2 | forge | 18 июня 2024 г. | .jar (33 КБ) |
| 2.0.1 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge | 18 июня 2024 г. | .jar (42 КБ) |
| 2.0.1 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | forge | 18 июня 2024 г. | .jar (41 КБ) |
| 2.0 | Релиз | 1.12.2 | forge | 26 мая 2024 г. | .jar (33 КБ) |
| 2.0 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 26 мая 2024 г. | .jar (47 КБ) |
| 2.0 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | fabric | 26 мая 2024 г. | .jar (47 КБ) |
| 2.0 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge | 26 мая 2024 г. | .jar (43 КБ) |
| 2.0 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | forge | 26 мая 2024 г. | .jar (43 КБ) |
| 1.2 | Релиз | 1.12.2 | forge | 9 февраля 2024 г. | .jar (14 КБ) |
| 1.2 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 9 февраля 2024 г. | .jar (20 КБ) |
| 1.2 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | fabric | 9 февраля 2024 г. | .jar (21 КБ) |
| 1.2 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge | 9 февраля 2024 г. | .jar (17 КБ) |
| 1.2 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | forge | 9 февраля 2024 г. | .jar (17 КБ) |
Показаны последние 15 из 19 версий. Все версии — на Modrinth.
Ченджлог
2.0.1Релиз1.20.2, 1.20.3, 1.20.4 · 18 июня 2024 г.
HOTFIX: Fix missing commands.
2.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 18 июня 2024 г.
HOTFIX: Fix missing commands.
2.0.1Релиз1.12.2 · 18 июня 2024 г.
HOTFIX: Fix missing commands.
2.0.1Релиз1.20.2, 1.20.3, 1.20.4 · 18 июня 2024 г.
HOTFIX: Fix missing commands.
2.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 18 июня 2024 г.
HOTFIX: Fix missing commands.
2.0Релиз1.12.2 · 26 мая 2024 г.
Add more commands:
/exportnbtexports item NBT only, in compressed binary format/exportstackexports full information about the item as NBT (incl. id & count & damage), in compressed binary format/exportnbtstrexports item NBT only, in text (stringified) format/exportstackstrexports full information about the item as NBT (incl. id & count & damage), in text (stringified) format/exportgiveexports full information about the item as/givecommand into .txt
Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.
2.0Релиз1.20.2, 1.20.3, 1.20.4 · 26 мая 2024 г.
Add more commands:
/exportnbtexports item NBT only, in compressed binary format/exportstackexports full information about the item as NBT (incl. id & count & damage), in compressed binary format/exportnbtstrexports item NBT only, in text (stringified) format/exportstackstrexports full information about the item as NBT (incl. id & count & damage), in text (stringified) format/exportgiveexports full information about the item as/givecommand into .txt
Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.
2.0Релиз1.19.2, 1.19.3, 1.19.4 · 26 мая 2024 г.
Add more commands:
/exportnbtexports item NBT only, in compressed binary format/exportstackexports full information about the item as NBT (incl. id & count & damage), in compressed binary format/exportnbtstrexports item NBT only, in text (stringified) format/exportstackstrexports full information about the item as NBT (incl. id & count & damage), in text (stringified) format/exportgiveexports full information about the item as/givecommand into .txt
Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…