Last updated
How to configure a Tournament
Create an Arena with: /ut arena create <name>
Setup the region (not where the players fight but the whole place): /ut arena setcorner <name> 1 /ut arena setcorner <name> 2
Setup the enter places: /ut arena setenter <name> 1 /ut arena setenter <name> 2
Setup the exit location: /ut arena setexit <name>
(Optional) Save your inventory as kit: /ut arena savekit <name>
Create the Tournament, binding it to the arena, with: /ut create <tournament> <arena> [max_players_per_team] [max_teams] (defaults: 1 player per team, 128 max teams)
You can still adjust the limits afterwards: /ut setmaxplayer <tournament> <number> /ut setmaxteams <tournament> <number>
Sign up for the tournament via /ut join <tournament> [team]. In team modes, the team leader forms the team with /ut invite <tournament> <player>.
At least two teams must be present to start the tournament. Run /ut start <tournament>
Last updated