Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bananapuncher714/nbteditor
- Owner: BananaPuncher714
- License: mit
- Created: 2018-06-26T14:29:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T06:06:50.000Z (about 2 months ago)
- Last Synced: 2024-12-21T07:18:53.422Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 155 KB
- Stars: 139
- Watchers: 6
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBTEditor
A utility class for editing the NBT tags of items, skulls, mobs, and tile entitiesView the original spigot resource page [here](https://www.spigotmc.org/threads/269621/).
## Maven
Include this in your dependencies:
```xmlio.github.bananapuncher714
nbteditor
7.19.7```
You'll need to include the [CodeMC](https://ci.codemc.io/) Maven repository too:
```xmlCodeMC
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`:
```xmlgithub
https://maven.pkg.github.com/BananaPuncher714/NBTEditor```