Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bananapuncher714/nbteditor

A single class NBT editor for items, skulls, mobs, and tile entities
https://github.com/bananapuncher714/nbteditor

Last synced: about 7 hours ago
JSON representation

A single class NBT editor for items, skulls, mobs, and tile entities

Awesome Lists containing this project

README

        

# NBTEditor
A utility class for editing the NBT tags of items, skulls, mobs, and tile entities

View the original spigot resource page [here](https://www.spigotmc.org/threads/269621/).

## Maven
Include this in your dependencies:
```xml

io.github.bananapuncher714
nbteditor
7.19.7

```

You'll need to include the [CodeMC](https://ci.codemc.io/) Maven repository too:
```xml

CodeMC
https://repo.codemc.org/repository/maven-public/

```

### Github Packages
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`:
```xml

github
https://maven.pkg.github.com/BananaPuncher714/NBTEditor

```