Skip to content

Arena Commands

Arena management commands allow administrators to build and maintain King of the Ladder game areas.


Creates an in-memory arena with a unique ID. The arena is not playable until its required locations are configured and it is registered through the setup menu.

Terminal window
/kotl create <arena_id>

Permission: kotl.arena.create


Starts an interactive confirmation flow before permanently deleting an arena.

Terminal window
/kotl delete <arena_id>

The confirmation message provides two clickable commands:

Terminal window
/kotl delete <arena_id> --confirm
/kotl delete <arena_id> --cancel

Confirming stops the arena with reason ARENA_DELETED, removes its configuration section, and unregisters it.

Permission: kotl.arena.delete


Lists every arena and colors each entry by its state:

  • Ready and enabled arenas are shown as playable.
  • Ready but disabled arenas are shown as temporarily disabled.
  • Unregistered arenas are shown as setup incomplete.
Terminal window
/kotl list

The displayed arena IDs are interactive and can open join or edit actions from chat.

Permission: kotl.arena.list


Opens the interactive setup menu for an existing arena.

Terminal window
/kotl edit <arena_id>

This command is player-only because it opens an inventory GUI and switches the editor to Creative mode.

Permission: kotl.arena.edit