You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
The plugin is using math to create arena pairs and manage their spawns so there are no hardcoded values, but there are some simple map rules to follow in order to work with K4-Arenas.
The arena playing fields have to be farther away than the closest enemy spawn.
If you are adding multiple spawn point per team to a playing field, the farthest team spawn point (inside that arena) should be closer than the closest enemy spawn point (inside that arena).
Thats all.
From here you can do whatever you want, just don't break the math of the map with not following these rules.