Tutorial
To start using arenas, you must create the actual arena itself!
It will need...
- Lobby - This is where the classes are selected.
- Spectate - This is where the players will go when they die, win, or just leave the arena
- Spawns - This is where the players will start when the arena is started
After you have set up the arena, use the following commands to define your points:
- /arenas create lobby $name - This will create a Lobby spawn point where you are standing for the arena - $name
- /arenas create spectate $name - This will create a Spectator spawn point where you are standing for the arena - $name
- /arenas create spawn1 $name - This will create the first Player Spawn point where you are standing for the arena - $name
- /arenas create spawn2 $name....
There must be a minimum of 2 spawns or you will not be able to start the arena
You can then either set up signs to join the arena, or use commands!
The signs that you can use are as follows...
- Join sign - When right clicked, it will take you into the arena lobby
- [JOIN]
- $name
- Leave sign - When right clicked, you will leave the arena you are currently in
- [LEAVE]
- Class select sign- When right clicked, it will select the class for you
- [CLASS]
- $classname
- Ready sign- When right clicked, it will send you into the arena for a waiting period until the arena starts
- [READY]
The signs marked with RED are needed to run an arena
You can alternatively use commands to join arenas -
- /arenas join $name - Joins the corresponding arena
- /arenas leave - Leaves the arena you are currently in
- /arenas ready - Marks yourself as ready
Admin commands
To view a list of arena points, type /arenas list
To remove a teleport point from an arena, type - /arenas remove $pointname
To remove data for a whole arena, type - /arenas remove all $arenaname
To force start an arena (Arenas start automatically when full), type /arenas start $name
To force stop an arena, type /arenas forcestop $name
Comments