Skip to content

AllayMC/NBT

Repository files navigation

NBT

nbt

NBT library used by Allay which is originally forked from https://github.com/CloudburstMC/NBT

This fork has the following extra features:

  • MutableNbtMap
  • SNBT support
  • Convenient conversion between record and NBT by using @nbt annotation

Dependency

Maven

<dependencies>
    <dependency>
        <groupId>org.allaymc</groupId>
        <artifactId>nbt</artifactId>
        <version>3.0.10</version>
    </dependency>
</dependencies>

Gradle (Kotlin DSL)

repositories {
    mavenCentral()
}

implementation("org.allaymc:nbt:3.0.10")

About

NBT library used by Allay which is originally forked from https://github.com/CloudburstMC/NBT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages