Skip to content

Arena Commands

Arena management commands allow administrators to build and maintain the game environments. These commands are essential for the initial setup and ongoing management of your Santa Says maps.


Administrators with the santasays.arena.create permission can register a new arena instance. This command initializes a unique ID for the arena, which will be used for all subsequent configurations.

Terminal window
/santasays create <arena_id>

Administrators with the santasays.arena.delete permission can permanently remove an arena instance. This action unregisters the arena and its associated game instance.

Terminal window
/santasays delete <arena_id>

Administrators with the santasays.arena.list permission can display a complete list of all registered arena IDs. This is useful for checking active arenas and verifying their names for other commands.

Terminal window
/santasays list

Administrators with the santasays.arena.edit permission can open the interactive Setup Menu for a specific arena. This command is only accessible to players as it opens a GUI to visually configure spawns, boundaries, and other essential arena settings.

Terminal window
/santasays edit <arena_id>