API Version: 1.21.9
GitHub Timeline:
Click here
Compatibility Mode
In the recent releases, the plugin API was changed from SpigotAPI to PaperMC API, adding new classes (like Adventure:
net.kyori.adventure), which causes Spigot servers to throw multiple errors, eventually disabling the plugin.
From this release, Spigot is supported and works with the PaperMC API. Note that some issues could be hidden and weren't tracked, but most of the issues from loading the undefined classes were fixed. If you find an issue, please report it. (
144c6f5,
e94459e)
Bug Fixes
- Snow golems cannot attack creepers or any hostile entities. (ed39bd6)
- Null-safe checking for menu button callbacks. (b4f4225)
Other Changes