• Stars
    star
    136
  • Rank 266,724 (Top 6 %)
  • Language
    Java
  • License
    MIT License
  • Created over 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

NBTEditor

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

View the original spigot resource page here.

Maven

Include this in your dependencies:

<dependency>
    <groupId>io.github.bananapuncher714</groupId>
    <artifactId>nbteditor</artifactId>
    <version>7.18.5</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>

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:

<repository>
    <id>github</id>
    <url>https://maven.pkg.github.com/BananaPuncher714/NBTEditor</url>
</repository>

More Repositories

1

Cartographer2

The best minimap plugin for Bukkit
Java
48
star
2

PublicCrafters

Makes vanilla workbenches public with a unique display
Java
29
star
3

RadioBoard

The ultimate universal map display bukkit plugin
Java
17
star
4

DimensionalBlocks

Create custom serverside blocks simplified.
Java
10
star
5

Overdrive

Easy mode?!? Only elementary school kids play in easy mode. Why play at 20 TPS when you can play at 200?!?
Java
9
star
6

Cartographer

The minimap plugin with fast and flawless performance
Java
5
star
7

LethalQuantities

A lethal company mod
C#
5
star
8

BrickBoard

A better alternative to traditional spigot GUIs
Java
4
star
9

rusty-zenith

A simple rust replacement for Icecast 2
Rust
4
star
10

BananaTypeFont

Simple pixel style font format for Minecraft
Java
4
star
11

BananaInventoryAPI

The API to help developers create complex GUIs easily
Java
4
star
12

Ocelot

Track entities easily
Java
2
star
13

GrapplingHooksPlus

Adds grappling hooks that can pull mobs and items, and can launch you too!
Java
2
star
14

HomingFireballs

A Bukkit plugin that makes projectiles homing.
Java
2
star
15

BlockFlow

A Data Visualization project using Minecraft made for the 24-hour UMBC Hackathon
Java
1
star
16

Locksmith

A simple and effective item-lock system for chests, furnaces, and more in Minecraft.
Java
1
star
17

SnowballGrenades

Bouncing explosive snowballs... :D
Java
1
star
18

graphics2d

Simple java demo to draw an anti-aliased circle and an incredibly simple line drawing method
Java
1
star
19

CommandFramework

Error-prone command framework designed for lazy Bukkit developers
Java
1
star