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

๐Ÿ–ฑ๏ธCommand & Permissions

The base command is /tournament, aliased /ut.

Arena

Command
Parameters
Permission
Capabilities

/ut arena create

<arena>

ut.arena.create

Create an arena

/ut arena delete

<arena>

ut.arena.delete

Delete an arena

/ut arena list

ut.arena.list

Show all arenas

/ut arena savekit

<arena>

ut.arena.savekit

Save your inventory as the arena fight kit

/ut arena setexit

<arena>

ut.arena.setexit

Exit loc. after the fight

/ut arena setenter

<arena> <1-2>

ut.arena.setenter

Enter loc. before the fight

/ut arena setcorner

<arena> <1-2>

ut.arena.setcorner

Arena corners

Tournament

Command
Parameters
Permission
Capabilities

/ut list

ut.list

Show all tournaments

/ut create

<tournament> <arena> [max_players_per_team] [max_teams]

ut.create

Create a tournament bound to an arena

/ut delete

<tournament>

ut.delete

Delete a tournament

/ut removeall

<tournament>

ut.removeall

Remove all registered players

/ut reset

<tournament>

ut.reset

Reset a finished tournament back to waiting

/ut shuffle

<tournament>

ut.shuffle

Randomize the bracket seed

/ut start

<tournament>

ut.start

Start the tournament

/ut join

<tournament> [team]

ut.join

Join the tournament

/ut leave

<tournament>

ut.leave

Leave the tournament

/ut invite

<tournament> <player>

ut.invite

Invite a player to your team (team modes)

/ut setmaxteams

<tournament> <n>

ut.setmaxteams

Set max teams

/ut setmaxplayer

<tournament> <n>

ut.setmaxplayer

Set max players per team

/ut reload

ut.reload

Reload settings.yml

Last updated