NOTE:
- This update comes with some pretty big internal changes.
PLEASE MAKE SURE TO BACKUP important data before updating to this version, and as always, please report all bugs on the issue tracker.
FIXED:
- Fixed an issue with the bossbar appearing even when disabled in config
- Fixed an issue with spectator mode sometimes not letting players fly
ADDED:
- Added the ability to set exits PER arena. Set exit command now has a parameter for arena.
- Added a PlayerDeathGameEvent to the API, allowing plugins to detect when a player dies in an arena
CHANGED:
- Moved global-exit to arenas.yml (no need to change anything yourself, the plugin will automatically update your arenas.yml if you have an exit saved in the config)
- Now calling Bukkit's PlayerDeathEvent so plugins can listen to this (since HG fakes player deaths)
- Big internal changes to the game class. Broke it up into several data classes. This won't affect the end user, but will help with future edits to the plugin.
- Internal change with mob entries, now using consumers. (This will help make sure the entity is modified before spawning into the world)
- A decent amount of general code cleanup