https://github.com/geysermc/opennbt
A library for reading and writing NBT files.
https://github.com/geysermc/opennbt
Last synced: about 1 year ago
JSON representation
A library for reading and writing NBT files.
- Host: GitHub
- URL: https://github.com/geysermc/opennbt
- Owner: GeyserMC
- License: mit
- Archived: true
- Created: 2012-03-03T17:45:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T05:55:09.000Z (about 2 years ago)
- Last Synced: 2025-04-14T21:13:13.578Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 64
- Watchers: 7
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Now archived
For alternative NBT libraries in Java, please see [ViaNBT](https://github.com/ViaVersion/ViaNBT) (derived from an earlier version of OpenNBT) or [CloudburstMC's NBT implementation](https://github.com/CloudburstMC/NBT) (what MCProtocolLib now uses). Both have active maintenance as of the time of this repository's archival.
# OpenNBT
OpenNBT is a library for reading and writing NBT files and stringified NBT, with some extra custom tags added to allow the storage of more data types.
## Building the Source
OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
## Support and development
Please join us at https://discord.gg/geysermc under #mcprotocollib for discussion and support for this project.
## License
OpenNBT is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.