This version adds the following features
/join
command for people to join game without needing do click sign- auto-join config option so that players get automatically added to the game when they join the server
- Revamped the scoreboard to include a lot more options
- Added permission support to work with plugins like luckperms
- Added a spectator compass so that specators can teleport to other players and view them after dying
- Added ability to change colors of messages and italics and bolding
- Added feature to reload config and language files without reloading server
- Other minor feature changes
- Added support for multiple languages. The plugin now automatically sets the language based on the user's Minecraft client's language setting.
- Users can now add support for additional languages by creating a new language file in the
lang
directory. - Updated the documentation to include instructions for adding a new language and updating an existing language, and how the plugin handles language settings.
This version changed the following
- Reverted Async ScanArena back to run on the main thread due to scanarena requiring too much time
- Fixed an issue where /create would not save the arena to arena.yml
- Added left click functionality to the join sign
Thanks to MyBlueHorizon on Github for reporting these bugs