Update to 1.13.2
lollox3001 opened this issue ยท 2 comments
Hi, I downloaded your plugin from: https: //dev.bukkit.org/projects/toolbelt, but this is for the old version of Minecraft (1.8.3). Is there a way to update the plugin? Can I do it manually or are you working on a fresh new version of the plugin?
Sadly at this point it seems unlikely I'll be updating the plugin. The last release was 2015 and I'm no longer running a minecraft server myself. To update the plugin there's three main issues:
- Minecraft has moved away from block ID integer values into namespaced strings, the entire plugin / config would need to be reworked to support that new structure.
- Minecraft has moved away from the old 16 value data field to a new state value that would require a full rebuild of the scroll tool.
- Lots of new materials have been added since I last updated the plugin, and every material takes time to verify.
I'll leave this issue open to document the fact that I don't believe I'll be updating this anymore.