NBT-API
Add custom NBT tags to Items/Tiles/Entities without NMS
- Загрузки
- 325K
- Подписчики
- 282
- Обновлён
- 27 июля 2026 г.
- Лицензия
- MIT
Опубликован 21 августа 2022 г.
(Item-)NBT-API
Add custom NBT tags to Items/Tiles/Entities without NMS! Modify NBT and store it Files, other NBT or as String in yaml/json/SQL/Redis. Server Owner/Developer Wiki
Build/Maven Status
SpigotMC Status
Getting started
Import the API using Maven, then check out the basic usage or code examples like working with Skulls.
bStats
Ченджлог
2.16.0Релиз26.1.1, 26.1.2, 26.2 · 27 июля 2026 г.
What's Changed
- Add 26.2 as supported (already worked, but now without complaining)
- Migrate NBTBlock & NBTChunk to NBT by @SoSeDiK in https://github.com/tr7zw/Item-NBT-API/pull/353
- Fix 'GET_LIST' and 'OWN_TYPE' to their 'LEGACY' sufixed name on Forge at 1.7.10 by @EverNife in https://github.com/tr7zw/Item-NBT-API/pull/356
- Update readme badges by @SoSeDiK in https://github.com/tr7zw/Item-NBT-API/pull/354
Dev notes
- Consider updating to the new
NBT.readAndGetChunkPDC/NBT.readChunkPDCetc. methods as a replacement for theNBTChunk/NBTBlockclasses. The new methods will be faster for reading, and not leave behind empty tags. - Reminder that 1.7.10 is not officially supported anymore, including Forge hybrids. Use at your own risk/use PRs to resolve issues
- When shading, just because the MinecraftVersion is UNKNOWN doesn't mean the NBTAPI isn't working, just that this version hasn't been tested against that Minecraft version. So don't refuse the plugin loading just because of that.
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.7...2.16.0
2.15.7Релиз26.1.1, 26.1.2, 26.2 · 6 апреля 2026 г.
What's Changed
- Added any 26.1.x build as supported, assuming that Mojang/Spigot/Paper don't introduce breaking changes in patch releases
- Added support for Papers 26.1.1+ new versioning format
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.6...2.15.7
2.15.6Релиз1.21.10, 1.21.11, 26.1 · 28 марта 2026 г.
What's Changed
- Add 26.1 as fully supported (last build did work without changes)
- Fix DataVersion not changing when upgrading Item nbt
- Bump org.bstats:bstats-bukkit from 3.1.0 to 3.2.1 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/347
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/344
- Bump org.codehaus.mojo:license-maven-plugin from 2.7.0 to 2.7.1 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/341
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/348
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.5...2.15.6
2.15.5Релиз1.21.9, 1.21.10, 1.21.11 · 9 декабря 2025 г.
What's Changed
- Fixed that the API reports that it doesn't know about 1.21.11
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.4...2.15.5
2.15.4Релиз1.21.9, 1.21.10, 1.21.11 · 9 декабря 2025 г.
What's Changed
- Add 1.21.11 support for Spigot/Paper
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/339
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.3...2.15.4
2.15.3Релиз1.21.8, 1.21.9, 1.21.10 · 11 октября 2025 г.
What's Changed
- Add 1.21.9/1.12.10 spigot/paper support
- Fix gameprofile writing/reading in 1.20.5+
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/338
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/337
- Bump org.codehaus.mojo:license-maven-plugin from 2.6.0 to 2.7.0 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/336
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/335
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.2...2.15.3
2.15.2Релиз1.21.6, 1.21.7, 1.21.8 · 26 августа 2025 г.
What's Changed
- Mark 1.21.8 as compatible (it was before too, this just removes the warning in the log)
- Fix 1.21.5 on spigot having CODEC errors
- Fixed variables for the DataFixerUtil to use revisions
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in https://github.com/tr7zw/Item-NBT-API/pull/333
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.1...2.15.2
2.15.1Релиз1.21.6, 1.21.7, 1.21.8 · 1 июля 2025 г.
What's Changed
- Added 1.21.6/1.21.7 support
- Reworked bStats shading/Updated bStats version
- Fixed errors with slightly malformed parent (paper-)plugin.yml
- Better Mojmap support for fields
- Added new bStats graphs: https://bstats.org/plugin/bukkit/ItemNBTAPI/1058
- [1.21.6] support Entity and BlockEntity by @patyhank in https://github.com/tr7zw/Item-NBT-API/pull/326
- Bump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by @dependabot in https://github.com/tr7zw/Item-NBT-API/pull/325
- Mark 1.21.7 as supported by @patyhank in https://github.com/tr7zw/Item-NBT-API/pull/328
New Contributors
- @patyhank made their first contribution in https://github.com/tr7zw/Item-NBT-API/pull/326 Thank you so much for the contributions to the update, I wouldn't have been able to finish it in time.
Full Changelog: https://github.com/tr7zw/Item-NBT-API/compare/2.15.0...2.15.1
Комментарии
Загружаем…
