Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

nickrobson/nbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

An NBT library for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages