# 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 with: /ut create \<name>
7. (Optional) Set max players per team /ut setmaxplayer \<name> \<number> (Default 1)
8. (Optional) Set max teams /ut setmaxteams \<name> \<number> (Default unlimted)
9. Sign up for the tournament via /ut join \<name>
10. At least two teams must be present to start the tournament. Run /ut start \<name>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohalee.com/products/ultimatetournament/tournament.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
