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: /mt arena create <name>

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

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

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

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

  6. Create the Tournament, binding it to the arena, with: /mt 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: /mt setmaxplayer <tournament> <number> /mt setmaxteams <tournament> <number>

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

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

Last updated