For the complete documentation index, see llms.txt. This page is also available as Markdown.

Map Setup

These are the steps you will need to follow in order to create an Arena properly.

  1. /map create <arenaName>

  2. /map min <name>

  3. /map max <name>

  4. /map save <name>

Tutorial

  1. Enable build mode, use /build

    Command executed: /build
  2. Use /map create <name>

    Command executed: /map create Void2
  3. Set the MIN and MAX locations for the map. Use /map min <name> and /map max <name> according to the location!

    Command executed: /map min Void2
    Command executed: /map max Void2
  4. Place the PLAYER_HEAD's and SKELETON_SKULL on their corresponding places. The skeleton skull will be the location where spectators are going to spawn. The player head is where a player will spawn.

  5. Use /map save <name> to save the map to the maps.yml file. This will scan all the location where there's a fence with a head above it and assign it to it's corresponding location. Afterwards, the map is saved to the maps.yml file.

    Command executed: /map save Void2
  6. It's all done! Now you need to restart your server so the map can be playable.

Last updated