"auto-clone-mode-types" now allows more concrete definition for modes per arena type instead of enforcing the same ones for all arenas (Thanks to @MetallicGoat )
Note that existing configuration for that one will be overridden
Use '[ ]' as the key if you want to retain it as before
Performance improvements:
SQL storage: Improved efficiency by when fetching leaderboard entries
Greatly improved performance of spawner's nearby items lookup logic
Spawners with merging disabled: Reduced max dropped count from 50 to 20, until merging kicks in. Improves FPS while looking similar stacked
Improvements:
In case it is not possible to unload a world, it is now tried to identify which plugin is causing it
It is no longer possible to set hub positions inside arenas
Added new arena issue in case the match world is not loaded, which replaces the old confusing "missing world" warning for this scenario
Better handle regeneration attempts in case the match worlds have been unloaded
Setup gui: GUI title now contains arena name
Added various sounds to setup tool
Reduced amount of garbage that gets stored within database
Explosives no longer destroy dropped items
Removed delay until holograms (dealers etc) appear
1.20.5: Show (max/min) player info beyond 16 (max stack size) and up to 99 in arena configuration gui
HypixelV2 shop item names now green when purchasable (Thanks to @MetallicGoat )
Spawners now drop once on round start (Thanks to @MetallicGoat )
Removed ranking.cfg and moved it to the new world holo system
Added warning with solution if "regeneration-region-efficient" is active, yet the match format has a problem whereby certain chunks wouldn't get properly generated
lobbybreak-enabled is no longer a requirement for movement of lobbys for cloned arenas
API changes:
Breaking changes:
Removed various API that were marked as deprecated
RemotePlayer#getLoginTime() now returns Instant instead of long
ConfigsLoadEvent#getTime() now returns Duration instead of long
Replaced PlayerDamageInfo#MAX_AGE_MS (long) with PlayerDamageInfo#MAX_AGE (Duration)
Replaced duration parameters of MigrationProcess.Callback methods with Duration instead of long
Marked certain methods as deprecated that might break when Spigot releases their ItemType and BlockType API
Added Javadoc for all packages (Thanks to @MetallicGoat )
Added:
ArenaWinningDetermineEvent (Thanks to @MetallicGoat )
SpectatorKickReason#SERVER_DISCONNECT (Thanks to @MetallicGoat )
KickReason#SERVER_DISCONNECT (Thanks to @MetallicGoat )