Added an option to disable entity clearance at the end of the arena and to add entity exceptions to the removal process like armor stands and item frames (default)
Fixed a bug where parachutes would continue to drop and move even if the player left the server
Fixed a bug where QualityArmoryVehicles could not be entered because onlyPublicVehicles was set to false in QAV config. onlyPublicVehicles is now forcefully set to true by BattleRoyale.
Fixed a bug where QAV vehicles would spawn misaligned with their actual direction, causing the vehicles to move sideways
Added a new /brx parseitem command which allows you to transform strings into itemstacks. Use it to test items before adding them to chests.yml or elsewhere
Fixed an out of bound exception that occured when you tried to disable the min/max exp in config.yml. You can now set them to 0 to disable the exp system
Clicking an arena in the list command will now make players join that arena
Updated the plugin to use the latest API version of QualityArmory (You should update QualityArmory as well if you are using it)
Attempted to improve QualityArmoryVehicles support. Vehicles will no longer be stored in the vehiclesdat file of QualityArmoryVehicles. You should reset that file because it contains a lot of fake vehicles
Added an option in config to not load chunks immediately on world load (This makes the plugin enable quicker and load worlds quicker, but the first time a player enters the world, server will lag, because then the world would load). This feature seems to be useful on new minecraft versions where world loading is beyond slow, and can cause servers to crash on enabling because they would load multiple worlds at once.
Improved error logging to console to help users identify issues more easily.
For versions 1.16 and 1.17, option 'Ride-Invisible-Chicken' in config.yml will now be locked to false in order to make parachutes work for that version. Although this parachute will not look as smooth as wanted, but for some reason there seems to be a client glitch in dismounting on these versions
Added the command /brx gui which opens most of the lobby guis. This can be used to create NPCS or any other custom interaction methods