-
-
Notifications
You must be signed in to change notification settings - Fork 78
FAQ
GitHub Action edited this page Dec 28, 2024
·
2 revisions
Some other plugin on your server has a shaded version of NBT-API. Try looking at the logs to find out which plugin is it, or add/remove your plugins until you find a culprit.
The plugin uses a very outdated version of NBT-API. In this case, download the version 1.8.3 from the versions tab. The outdated "ItemNBTAPI" and "NBTAPI" can be used both at the same time.
- Use 1.7.10.
- NBTLists may not work.
- NBTTypes don't work as 1.7.x is missing this feature.
- TLDR: 1.7.10 is a bit broken and not everything will work! Also, it's not supported anymore!
The experimental NBTInjector became unsupported since Minecraft 1.14 and was removed in 2.13.0 with Minecraft 1.21 release.
NBTInjector is incompatible with reloads and may break things, and thus is not recommended.
See this wiki section on how to handle custom entity nbt data without NBTInjector.