This update is only for the API, if you are not using the API you can ignore this, 2.5x is being worked on and should bring new kits, database changes and more.
- Added GameJoinEvent
- Added GameQuitEvent
- Added DragonsBalanceEvent
- Called when dragons adds/remove/sets money for a player, works with and without Vault.
- Cancelable
- Game position and times methods are now public, you can now access them.
- game#getRawTime
- returns a Map<GamePlayer, Long>
- stops couting when the game ends
- GamePlayer game#getPositionGamePlayer(int)
- String game#getPositionPlayer(int)
- int game#getPosition(Player)