Skip to content
Ender edited this page Oct 17, 2019 · 9 revisions

Welcome to the NBT API wiki!

NBT API has been tested on Spigot (1.7*)1.8.8-1.14.4

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 if there is a version problem!

1.7.x Notes:

  • Use a 1.7.x version with 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 somewhat broken and may not 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.

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