Arena Regeneration

There is 3 arena regeneration techniques: SMART, SLIME_WORLD_MANAGER, ROLLBACK_CORE

  1. Smart mode is our own regeneration algorithm it tracks placed blocks and deletes only them.

  2. Slime World Manager stores and resets Minecraft worlds which is modified for minigames -recommended for huge networks-.

  3. Rollback Core is simple arena regeneration method. It replaces all blocks in arena.

For Developers: If you're interests backend of regeneration strategies you can visit WorkLoad Guide and SlimeWorldManager.

Last updated