Comment on page
🥇
Competitive setups
Recommended set up for competitive servers
This is recommended for servers who want to use the built-in MMR algorithm to organise teams automatically, but there mustn't be a significant skill difference.
Run these commands in order:
- 1.
/setup
- 2.
/require True [game][ign]
- 3.
/queue_role [@role] [game]
- 4.
/duo_queue
(Optional) - 5.
/schedule
This will:
- 1.Set up your server
- 2.Force players to set their in-game name before they can play
- 3.Force players to have a specified discord role before they can play
- 4.Enable duo queue (Optional)
- 5.Set a timer when the queue automatically opens and closes
Consider making multiple queues if your server has a big skill gap between players. Run
/admin setup
until you have the desired number of queues (please rename them!) Then, update discord permissions for these text channels so they are only visible to the correct players.
This is recommended for servers with predefined teams. Players can join the queue and organise themselves.
- 1.
/setup
- 2.
/sbmm Disabled
- 3.
/require True [game] [ign]
- 4.
/queue_role [@role] [game]
- 5.
/schedule
- 6.
/start
(Inside the #queue channel)
This will:
- 1.Set up your server
- 2.Disabled Skill based matchmaking
- 3.Force players to set their in-game name before they can play
- 4.Force players to have a specified discord role before they can play
- 5.Set a timer when the queue automatically opens and closes
- 6.Start a new queue
Last modified 1mo ago