SIEGEBREAK

Arena Setup

Create, configure and enable a siege arena step by step.

An arena is a single playable map. You build it once with admin commands; the data is saved to arenas.yml. All commands below require the cs.admin permission.

Before you start

Set the global spawn - where players go when they leave a game or the server has no active arena for them:

/siegebreak setgspawn

Build an arena

Create it

/siegebreak create castle

Creates an empty arena named castle.

Set the region corners

Stand at two opposite corners of the playable area and run:

/siegebreak setcorner1 castle
/siegebreak setcorner2 castle

Set the spawns

Stand where each location should be, then run each command:

/siegebreak setattackerspawn castle
/siegebreak setdefenderspawn castle
/siegebreak setkinglocation castle
/siegebreak setlobby castle

Set player limits

/siegebreak setminplayers castle 2
/siegebreak setmaxplayers castle 16

The minimum is how many players must join before the countdown starts; the maximum caps the arena.

Enable it

/siegebreak enable castle

The arena is now joinable. Disable it any time with /siegebreak disable castle.

Inspecting arenas

/siegebreak list            # all arenas and their status
/siegebreak info castle     # full details for one arena

An arena is only complete (and enableable) once its region, all spawns, lobby, King location and player limits are set. /siegebreak info shows what's still missing.

Deleting an arena

/siegebreak delete castle

On this page