Skip to content

NBT library to allow modification of NBT tags across different versions.

License

Notifications You must be signed in to change notification settings

Despical/NBTAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBT API

A NBT library to allow the modification of NBT tags across different Minecraft servers. Currently supported are 1.8 up to 1.18.

Using NBT API

The project isn't in the Central Repository yet, so specifying a repository is needed.
To add this project as a dependency to your project, add the following to your pom.xml:

Maven dependency

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.Despical</groupId>
    <artifactId>NBTAPI</artifactId>
    <version>1.0.1</version>
    <scope>compile</scope>
</dependency>

Gradle dependency

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly group: "com.github.Despical", name: "NBTAPI", version: "1.0.1";
}

About

NBT library to allow modification of NBT tags across different versions.

Resources

License

Stars

Watchers

Forks

Languages