> For the complete documentation index, see [llms.txt](https://pl-sergent.gitbook.io/multilivequeue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pl-sergent.gitbook.io/multilivequeue/matchmaking/queue-commands.md).

# Queue commands

There are 3 different types of matchmaking queues:

* Casual queue
* Ranked: captain queue
* Ranked: random queue

The difference are explained in the following section (click to know more)

<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="/pages/Lk6nl59Iu5GM9XQB64Zl">/pages/Lk6nl59Iu5GM9XQB64Zl</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="/pages/9adCsIsxbpw1SxYgBjt4">/pages/9adCsIsxbpw1SxYgBjt4</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="/pages/PxhwauSc860zVVXLJ8wT">/pages/PxhwauSc860zVVXLJ8wT</a></td></tr></tbody></table>

## casual

{% code title="to join the casual queue" %}

```
/queue casual
```

{% endcode %}

## ranked captain\_queue

{% code title="to join a captain ranked queue" %}

```
/queue ranked captain_queue
```

{% endcode %}

## ranked random\_queue

{% code title="to join a random ranked queue" %}

```
/queue ranked random_queue
```

{% endcode %}

## status

{% code title="display current queue status" %}

```
/queue status
```

{% endcode %}

## leave

{% code title="leave your current queue" %}

```
/queue leave
```

{% endcode %}

## empty\_all\_queues :warning:

{% hint style="info" %}
Admin command only
{% endhint %}

{% code title="empty all queues" %}

```
/queue empty_all_queues
```

{% endcode %}

## kick :warning:

{% hint style="info" %}
Admin command only
{% endhint %}

{% code title="kick a player from his queue" %}

```
/queue kick <username>
```

{% endcode %}
