- Updated Commons to v1.8.82.
- Updated .editorconfig file.
- Reformatted all the classes according to new changes in the .editorconfig file.
- Removed all unnecessary things from the code.
- Better update checking.
Changes in the messages.yml
- Fixed the damaging issues in Minecraft Bedrock Edition.
- Fixed random join command not working as expected.
- Now random join command can not be used if the Bungee mode is enabled.
YAML:player-commands: no-random-join-for-bungee: "&cYou can not random join in Bungee server."
Updated the content of the resource page.
- Updated some of the event priorities to avoid conflicts in the data.
Changes in the config.yml
- Added option to disable hiding in-game players.
- Added 2 new placeholders to show total amount of arenas, and total amount of available arenas.
- Added PlayerEliminatedEvent to API.
YAML:# Should we hide the in-game players from other players? # Even this option is disabled spectators are still going to be hidden. Hide-Players: true
Changes in the config.yml
- Added an option to save user data periodically.
- Leaderboard values for placeholders are now cached.
YAML:# The statistics saving rate, in seconds. (0 = save the stats on server shutdown/reload) Statistic-Saving-Period: 300
Check out the resource page for the updated leaderboard placeholders.
- Fixed a bug about the user system.
- Improvements on the game events.
- Improvements on database system.
