Skip to content

Commit 2d871a4

Browse files
PL Sergentgitbook-bot
authored andcommitted
GITBOOK-17: Add kick and empty_all_queues commands
1 parent 2e3f545 commit 2d871a4

2 files changed

Lines changed: 81 additions & 2 deletions

File tree

match/match-commands.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Effects:
6262
* The player will be removed from the available players and/or from the team of the match, as a result, if the match is still reported this will have no effects on the player ranking points. 
6363
* If the match has no more players in it, then the match will be deleted. As a result, all the players have to abandon a match for the match to be deleted. This has been made to prevent abuses. 
6464

65-
## :man\_scientist: delete channels
65+
## delete\_channels :warning:
6666

67-
_Admin command_
67+
{% hint style="info" %}
68+
Admin command only
69+
{% endhint %}
6870

6971
{% code title="to delete all match channels still opened" %}
7072
```

matchmaking/queue-commands.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,79 @@
1+
---
2+
description: Queue commands for matchmaking
3+
---
4+
15
# Queue commands
26

7+
There are 3 different types of matchmaking queues:
8+
9+
* Casual queue
10+
* Ranked: captain queue
11+
* Ranked: random queue
12+
13+
The difference are explained in the following section (click to know more)
14+
15+
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Casual queue</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f389">🎉</span></td><td>You can play against anyone and the result will not change your ranking points</td><td><a href="casual.md">casual.md</a></td></tr><tr><td><strong>Captain queue</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f38c">🎌</span> ranked</td><td>A captain will be selected, he can then choose a teammate. It has effects on your ranking points</td><td><a href="rank-queue/captain-queue.md">captain-queue.md</a></td></tr><tr><td><strong>Random queue</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4a6">💦</span> ranked</td><td>The players in the queue will randomly be put in two teams. It has effects on your ranking points</td><td><a href="rank-queue/random-queue.md">random-queue.md</a></td></tr></tbody></table>
16+
17+
## casual
18+
19+
{% code title="to join the casual queue" %}
20+
```
21+
/queue casual
22+
```
23+
{% endcode %}
24+
25+
## ranked captain\_queue
26+
27+
{% code title="to join a captain ranked queue" %}
28+
```
29+
/queue ranked captain_queue
30+
```
31+
{% endcode %}
32+
33+
## ranked random\_queue
34+
35+
{% code title="to join a random ranked queue" %}
36+
```
37+
/queue ranked random_queue
38+
```
39+
{% endcode %}
40+
41+
## status
42+
43+
{% code title="display current queue status" %}
44+
```
45+
/queue status
46+
```
47+
{% endcode %}
48+
49+
## leave
50+
51+
{% code title="leave your current queue" %}
52+
```
53+
/queue leave
54+
```
55+
{% endcode %}
56+
57+
## empty\_all\_queues :warning:
58+
59+
{% hint style="info" %}
60+
Admin command only
61+
{% endhint %}
62+
63+
{% code title="empty all queues" %}
64+
```
65+
/queue empty_all_queues
66+
```
67+
{% endcode %}
68+
69+
## kick :warning:
70+
71+
{% hint style="info" %}
72+
Admin command only
73+
{% endhint %}
74+
75+
{% code title="kick a player from his queue" %}
76+
```
77+
/queue kick <username>
78+
```
79+
{% endcode %}

0 commit comments

Comments
 (0)