Skip to content
Changes
- Updated to Version 1.19.1 and fixed various bugs with event listeners and GameManager
—
Justin Rose /
detail
- Began work on locale support
—
Justin Rose /
detail
- Modified all player messages to reference Locale Data
—
Justin Rose /
detail
- locale.yml was being made a directory
—
Justin Rose /
detail
- Added comments, cleaned up code, general coding improvements with better readability
—
Justin Rose /
detail
- Rewrote GameManager class, removed unnecessary code.
—
Justin Rose /
detail
- Checking whether Player is in game or not is done by GamePlayer instead of GameManager.
—
Justin Rose /
detail
- Created new ArenaManager class to handle Arena data, loading, unloading
—
Justin Rose /
detail
- GameManager handles all interfacing with the rest of the plugin
—
Justin Rose /
detail
- Modified Game to remove unnecessary code
—
Justin Rose /
detail
- Added ArenaListener to handle all Arena related Events
—
Justin Rose /
detail
- Improved readability of GamePlayer and improved encapsulation
—
Justin Rose /
detail
- Removed useWorlds boolean from Main, reference should always have been just from ConfigData
—
Justin Rose /
detail
- Simplified Version API Glow#register() method
—
Justin Rose /
detail
- Added getStatus to Arena and ArenaWorld along with enum ArenaStatus to streamline Arena states
—
Justin Rose /
detail
- First attempt to integrate new Arena#getStatus() changes
—
Justin Rose /
detail
- New files updated License headers
—
Justin Rose /
detail
- GameVoter now uses String lists instead of Arena lists
—
Justin Rose /
detail
- Fixed self-referencing initialization loops causing StackOverflow
—
Justin Rose /
detail
- Removed delete condition from ArenaWorld
—
Justin Rose /
detail
- Implemented update method to convert older Data files
—
Justin Rose /
detail
- ArenaManager was initializing too fast for FileManager
—
Justin Rose /
detail
- Reimplemented newer serialization method for Arena.class
—
Justin Rose /
detail
- Updated dependencies to 1.18.2
—
Justin Rose /
detail
- Using Maven-License-Plugin for copyright notices
—
Justin Rose /
detail
- plugin.yml reflects new API Version
—
Justin Rose /
detail
- Version 2.2
—
Justin Rose /
detail
- Code Clarity
—
Justin Rose /
detail
- Small bug fixes
—
Justin Rose /
detail