xyz.nickr:nbt

A Java library for manipulating files in the NBT format.


License
MIT

Documentation

NBT Coverage Status

A simple-to-use Java library for manipulating the Named Binary Tag (NBT) format.

Features

  • Supports GZIP and ZLIB compression
  • Heirarchical structure
  • Read/Write using Netty's ByteBuf
  • Gson-like API
  • Support for little and big endianness

Maven

This library is on Maven Central, and so does not require any extra repository details.

<dependencies>
    ...
    <dependency>
        <groupId>xyz.nickr</groupId>
        <artifactId>nbt</artifactId>
        <version>1.1.1</version>
    </dependency>
    ...
</dependencies>