CHANGED:
- We went Maven (please see notes below)
- Changed NBT support, now using
NBTApi (see notes below)
- Updated metrics class
- Internal updates including java doc comments and revamping some methods
- jar file now includes version number (ex: HungerGames-4.11.0.jar)
FIXED:
- Fixed an issue where potion effects were not removed from players who win or when the game is force stopped
- Fixed an issue where chest drops wouldn't visually have a block falling
(This is an MC issue where inventory blocks won't work as falling blocks)
(Now using stripped spruce wood for the falling block)
NOTES:
- This plugin went thru a major overhaul by now using Maven.
This change shouldn't affect servers at all as the changes are mainly internal. That said, please make sure to keep an eye on this update and report any issues found on our
ISSUE TRACKER. Keep backups as usual incase something breaks unintentionally.
- I have switched to using an NBT library called
NBTApi to handle NBT data rather than using an internal system I wrote myself. This will help with future updates and more versatility. This change is internal and shouldn't affect servers at all. The NBTApi is shaded into the plugin so you don't need to worry about downloading any dependencies.