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 The Snake maps.


Administrators with the snake.arena.create permission can register a new arena instance and immediately begin editing it.

Arena IDs must be unique. The command creates the arena’s placeholder locations in arena.yml before opening the editor.

Terminal window
/snake create <arena_id>

Administrators with the snake.arena.delete permission can stop and permanently remove an arena instance from arena.yml.

Terminal window
/snake delete <arena_id>

Administrators with the snake.arena.edit permission can load the editor items for an existing arena.

Editing is blocked while another player is editing the same arena. This command is only accessible to players because the editor depends on the sender’s position, inventory, and block interactions.

Terminal window
/snake edit <arena_id>