For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐ŸคบTournament

How to configure a Tournament

Tournament setup in Minecraft

  1. Create an Arena with: /ut arena create <name>

  2. Setup the region (not where the players fight but the whole place): /ut arena setcorner <name> 1 /ut arena setcorner <name> 2

  3. Setup the enter places: /ut arena setenter <name> 1 /ut arena setenter <name> 2

  4. Setup the exit location: /ut arena setexit <name>

  5. (Optional) Save your inventory as kit: /ut arena savekit <name>

  6. 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)

  7. You can still adjust the limits afterwards: /ut setmaxplayer <tournament> <number> /ut setmaxteams <tournament> <number>

  8. Sign up for the tournament via /ut join <tournament> [team]. In team modes, the team leader forms the team with /ut invite <tournament> <player>.

  9. At least two teams must be present to start the tournament. Run /ut start <tournament>

Last updated