-
Notifications
You must be signed in to change notification settings - Fork 60
Tutorial3.6.4
Before being able to use any of the "Match Types" or "Events" they will need to be run in an "Arena"
An Arena at it's most basic is just one spawn point, though usually you will want two or more spawn points.
- Stand at the location where you want the arena to be, first spawn location
- /arena create myArena (creates the arena and sets 1st spawn)
- Stand at the location you want the second spawn to be
- /arena alter myArena 2 (creates the second spawn)
- Give your players the correct permission to join an arena. permission is arena.arena.join
- type /arena join
- have some one else type /arena join
/arena create <arena name> [team size] [# teams]
Examples
- /arena create myArena
- /arena create myArena 1+ 2+
This will create an arena called "myArena" that has a spawn location where you are standing. To use this arena you will need two or more teams(or players if they are alone), and teams can be of size 1(solo) +(any size of team). If you wanted to make teams of 5 enter as a solo group(like a group entering a dungeon), you would do.
/arena create myDungeon 5 1 : so this only allows "types" or "events" where 5 players are in a team, only 1 team enters at a time.
/arena alter <arena name> <spawn #>
Examples:
- /arena alter myArena 2 : This will add a second spawn location to myArena where you are standing
- /arena alter myArena 1 : This will change the first spawn to where you are standing
/arena alter <arena name> type <type name>
If you want to change the arena from one type to another, like deathmatch to arena.
Examples: */arena alter myArena type deathmatch
/arena alter <arena name> waitroom <wait spawn #>