SkillAgentSearch skills...

NBT

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

Install / Use

/learn @AllayMC/NBT
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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")

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Java

Security Score

85/100

Audited on Feb 9, 2026

No findings