> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products/ultimatetournament/tournament.md).

# 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>
