AnimatedInventory v7.4 - Bug Fixes & New Animation!
What's New?
Added a new Fire Ball clearing animation!
Fixed CommandSender being called when Player should've been.
Fixed an error that could occur if players changed worlds and left real quickly.
Fixed emergency clear/fortune cancelled messages not having a prefix. Poor messages...
Significantly improved the slot-switching performance by only setting/checking the boolean on the start of a clear, instead of during every, single, slot change.
Fixed a typo on the prevent slot change config check. (Thanks @jellz)
Removed a plugin check in the onEnable that slowed the plugin a bit on startup.
Added 3 new events to the API for developers to use. (See the wiki)
Fixed players being able to save inventory items when switching worlds by preventing teleportation during clears/fortunes.
Fixed issue with latest 1.14.4 spigot regarding keep-inventory and drops not being cancelled. (Not tested with 1.13.X yet)
Organized the API into its own neat little corner instead of jumbled with the main package.
Other bug fixes + optimizations.
API CHANGE NOTICE:This update changes the location of the api to a new package. If you have any instances of the AnimatedInventory API in your plugin, please use the latest jar to import us from the correct package location.