- 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