arena-setup

bcBow - create an arena

bcbow

overview setup source

commands permissions

  1. Select the whole arena with WorldEdit using an CuboidSelection. Make sure that you select the bottom and the top of the arena.
  2. Create the arena with the command "/bow create [name]" the name is optional.
  3. Now you need some spawngroups. Spawngroups contains the spawns and when you add the gamemode to the arena you specify spawngroups to use. So for example you add the gamemode Team-Deathmatch with the spawngroups 1 and 2 to the arena and you want to add then Capture the flag with the same spawns then you do not have to set the spawns again, you just say Capture the flag has to use the spawngroups 1 and 2 as well. So add as many spawngroups as you need with the command "/bow addspawngroup <arena>".
  4. The next step is to add spawns using "/bow addspawn <spawngroup>".
  5. Now you can add gamemodes with the command "/bow addgamemode <arena> <gamemode> <spawngroup(s)>" (spawngroups separated by a comma). Example: "/bow addgamemode 3 CaptureTheFlag 5,6". Possible gamemodes:
    1. FreeForAll (1-infinite spawngroups)
    2. TeamDeathmatch (2-4 spawngroups)
    3. CaptureTheFlag (2 spawngroups)
    4. Infection (2 spawngroups)
    5. OneInTheChamber (1-infinite spawngroups)
    6. LastManStanding (1-infinite spawngroups)
    7. KillConfirmed(2 spawngroups)
  6. Enable the arena using "/bow enable <arena>".
  7. Optional: Set flags with the command "/bow flag <arena> <flag> [value]". A list with all flags and descriptions: "/bow help flags"
  8. Your arena is ready to play!