Перейти к содержимому
Mineforgian

NBT Exporter

A simple Minecraft mod you can use to export NBT tags of any items.

10K загрузок12 подписчиковEPL-2.0fabricforge

Обновлён 18 июня 2024 г. · опубликован 2 февраля 2024 г.

Logo 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:

  • /exportnbt exports item NBT only, in compressed binary format
  • /exportstack exports full information about the item as NBT (incl. id & count & damage), in compressed binary format
  • /exportnbtstr exports item NBT only, in text (stringified) format
  • /exportstackstr exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format
  • /exportgive exports full information about the item as /give command into .txt

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.1Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric18 июня 2024 г..jar (46 КБ)
2.0.1Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric18 июня 2024 г..jar (46 КБ)
2.0.1Релиз1.12.2forge18 июня 2024 г..jar (33 КБ)
2.0.1Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4forge18 июня 2024 г..jar (42 КБ)
2.0.1Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4forge18 июня 2024 г..jar (41 КБ)
2.0Релиз1.12.2forge26 мая 2024 г..jar (33 КБ)
2.0Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric26 мая 2024 г..jar (47 КБ)
2.0Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric26 мая 2024 г..jar (47 КБ)
2.0Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4forge26 мая 2024 г..jar (43 КБ)
2.0Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4forge26 мая 2024 г..jar (43 КБ)
1.2Релиз1.12.2forge9 февраля 2024 г..jar (14 КБ)
1.2Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric9 февраля 2024 г..jar (20 КБ)
1.2Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric9 февраля 2024 г..jar (21 КБ)
1.2Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4forge9 февраля 2024 г..jar (17 КБ)
1.2Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4forge9 февраля 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:

  • /exportnbt exports item NBT only, in compressed binary format
  • /exportstack exports full information about the item as NBT (incl. id & count & damage), in compressed binary format
  • /exportnbtstr exports item NBT only, in text (stringified) format
  • /exportstackstr exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format
  • /exportgive exports full information about the item as /give command 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:

  • /exportnbt exports item NBT only, in compressed binary format
  • /exportstack exports full information about the item as NBT (incl. id & count & damage), in compressed binary format
  • /exportnbtstr exports item NBT only, in text (stringified) format
  • /exportstackstr exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format
  • /exportgive exports full information about the item as /give command 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:

  • /exportnbt exports item NBT only, in compressed binary format
  • /exportstack exports full information about the item as NBT (incl. id & count & damage), in compressed binary format
  • /exportnbtstr exports item NBT only, in text (stringified) format
  • /exportstackstr exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format
  • /exportgive exports full information about the item as /give command into .txt

Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…