Creating Arenas

Creating a normal Arena

  1. /arena create <arenaName>

  2. /arena set icon <arenaName>

  3. /arena set a <arenaName>

  4. /arena set b <arenaName>

  5. /arena set min <arenaName>

  6. /arena set max <arenaName>

  7. /arena save

  8. /arena toggle <arenaName>

You ONLY need to create Arena Copies if you intend on whitelisting the Arena to a Kit that has build enabled (can place blocks). Use /arena manage to open the menu.

Optional Commands

  1. /arena set deadzone <arenaName>

    • Works for kits that have enabled one or more of the following Kit Settings:

      • Bridges

      • BedWars

      • MLGRush

      • StickFight

      • BattleRush

    • It gets the Y Level where your player is standing to set the deadzone for the Arena. It will kills players when they go lower than the set Y Level.

  2. /arena set buildmax <arenaName>

    • Works for any kit that has BUILD enabled.

    • It gets the Y Level where your player is standing to set the buildmax for the Arena. It wont allow players to place blocks above the set Y Level.

  3. /arena set portalprot <arenaName <radius>

    • Works for kits that have enabled one of these Kit Settings:

      • Bridges

      • BedWars

Main Arena Commands

CommandDescription

/arena create <arenaName>

Create an Arena

/arena delete <arenaName>

Delete an Arena

/arena toggle <arenaName>

Toggles an Arena to be playable or not

/arena set <subCommand>

Requires arguments, shown below#set-commands

/arena info <arenaName>

Shows information about the Arena

/arena list

Shows the list of arenas

/arena save

Saves all Arenas

/arena manage

Opens the Arena Management Menu

Arena Set Commands

CommandDescription

/arena set icon <arenaName>

Sets the Arena icon

/arena set a <arenaName>

Sets the first player-spawn Team: Blue Team ID: 1

/arena set b <arenaName>

Sets the second player-spawn Team: Red Team ID: 0

/arena set min <arenaName>

Sets the lowest corner position of the arena

/arena set max <arenaName>

Sets the highest corner position of the arena

/arena set deadzone <arenaName>

Sets the Y level where players will die Works on: Bridges, BattleRush, BedWars, StickFight

/arena set buildmax <arenaName>

Sets the maximum Y level where players can place blocks

/arena set portalprot <arenaName> <radius>

Sets the portal protection radius for portals. Works on: BattleRush and Bridges

Example: Gangatronic (Regular Arena)

  1. To create a new Arena, execute the following command:

    • /arena create Gangatronic

  2. After that, you can give the Arena an icon, hold the item you want the icon to be and execute:

    • /arena set icon Gangatronic

  3. Now you will need to set the A and B player spawns, go to the location where you want to place the spawns respectively and execute:

    • /arena set a Gangatronic

    • /arena set b Gangatronic

  4. All Arenas require their bounds to be set, to do so, go to the Arena lowest point and highest point and execute:

    • /arena set min Gangatronic

    • /arena set max Gangatronic

  5. You can now save the Arena, use:

    • /arena save

  6. Enable the Arena using:

    • /arena toggle Gangatronic

Example: Lighthouse (Bridges Arena)

  1. To create a new Arena, execute the following command:

    • /arena create Lighthouse

  2. After that, you can give the Arena an icon, hold the item you want the icon to be and execute:

    • /arena set icon Lighthouse

  3. Now you will need to set the A and B player spawns, go to the place where you want to place the spawns respectively and execute:

    • /arena set a Lighthouse

    • /arena set b Lighthouse

  4. All Arenas require their bounds to be set, to do so, go to the Arena lowest point and highest point and execute:

    • /arena set min Lighthouse

    • /arena set max Lighthouse

  5. You can now save the Arena, use:

    • /arena save

  6. You need to set the buildmax and deadzone for your Arena, fly up or down for the Y Level you want to use, then execute the following commands:

    • /arena buildmax Lighthouse

    • /arena deadzone Lighthouse

  7. If your Arena is for Bridges or BattleRush, you need to set the portal protection radius for it, execute:

    • /arena portalprot Lighthouse 5

    That will set the portal protection radius for the Arena Lighthouse to 5, players won't be able to place blocks near the portal in a 5 blocks radius.

  8. Enable the Arena using:

    • /arena toggle Lighthouse

Last updated