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 TNT Run maps.


Administrators with the tntrun.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
/tntrun create <arena_id>

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

Terminal window
/tntrun delete <arena_id>

Administrators with the tntrun.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
/tntrun list

Administrators with the tntrun.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 locations, player limits, signs, and other essential arena settings.

Terminal window
/tntrun edit <arena_id>