Skip to content
tr7zw edited this page Jan 15, 2020 · 9 revisions

Welcome to the NBT API wiki!

NBT API has been tested on Spigot 1.8.8-1.15+

The NBTInjector will not work with: 1.12.0, 1.12.1, 1.13.0 (Please just update to the final release of your chosen version) On startup you will get a notification when there's a version problem!

1.7.x Notes:

  • Use a 1.7.x version with NMS R4 (1.7.10)
  • For Gson support in 1.7.x add this to your server.
  • NBTLists may not work
  • NBTTypes don't work as 1.7.x is missing this feature.
  • TLDR: 1.7.10 is broken and not everything will work!

What do I have to do as server owner?

Just download the jar and drop it in the plugins folder. Done. Note that outdated plugins may ask for "ItemNBTAPI". In this case download the version 1.8.3 from the versions tab. The outdated "ItemNBTAPI" and "NBTAPI" can be used at the same time.

Don't reload the NBT-Injector

Reloading in general is a horrible thing and it will break the NBTInjector in horrible ways! When updating plugins/changing configs always restart the server normally!

How can I use the API as developer?

See Using the NBT API

Clone this wiki locally