Skip to content

Arena Setup Walkthrough

An arena is built with a short sequence of /ss arena … commands run in the world, standing where each location should be. The chat confirms every step.

  1. Create the arena. Pick a unique id (here, test).

    /ss arena create test
    Arena test created
  2. Set the main spawn — where players are sent on join and when they leave. Stand on the spot and run:

    /ss arena setspawn test
    Main spawn set for test
  3. Set the waiting lobby — where players wait before the match starts.

    /ss arena setlobby test
    Lobby spawn set for test
  4. Set the game spawn — where players are teleported when the game begins.

    /ss arena setgame test
    Game spawn set for test
  5. Set the spectator spawn — where eliminated players watch from.

    /ss arena setspectator test
    Spectator spawn set for test
  6. Set the center and radius. Stand in the middle of the play area; the radius (in blocks) bounds it.

    /ss arena setcenter test 40
    Center set for test with radius 40
  7. Mark the color-floor region — corner 1. Stand on one corner of the floor that changes colors.

    /ss arena setfloor test pos1
    Color-floor corner 1 set for test
  8. Mark the color-floor region — corner 2. Stand on the opposite corner. The region is complete once both are set.

    /ss arena setfloor test pos2
    Color-floor region complete for test
  9. Enable the arena. It becomes joinable immediately.

    /ss arena enable test
    Arena test enabled