Nightly Build - may be unstable.\n\nCommit: 1748e2ff9739754446c12e1273fb138134d0966f\n\nfeat(game,commands): add arena editor exit on leave and stagger map loads
Add editor mode exit handler in LeaveMatchExecutor to allow players to exit arena editor via /leave command
Implement map load staggering system to prevent chunk system overload during bulk map loading
Add static counter and TICKS_BETWEEN_MAP_LOADS constant to GameMap for controlling load delays
Add resetLoadStagger() method to reset stagger counter before and after bulk map operations
Update GameMapManager to reset stagger counter before loading all maps and after queuing completes
Calculate dynamic delay for map reloads based on stagger counter to distribute load over time
Improves server stability during plugin startup and map refresh cycles by preventing simultaneous chunk loading