A utility class for editing the NBT tags of items, skulls, mobs, and tile entities
View the original spigot resource page here.
Include this in your dependencies:
<dependency>
<groupId>io.github.bananapuncher714</groupId>
<artifactId>NBTEditor</artifactId>
<version>7.16</version>
</dependency>
You'll need to include the CodeMC Maven repository too:
<repository>
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
Alternatively, if you choose, you can use Github Packages instead. Make sure to have an authentication token in your .m2/settings.xml for the id github
. To use this project with maven, add this to your pom.xml
:
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/BananaPuncher714/NBTEditor</url>
</repository>