# Comandos de Banimento

Comandos para gerenciar banimentos de jogadores. Todos os comandos são executados no **console do servidor**.

## `ac ban`

Bane um jogador utilizando o AC-ID ou TOKEN.

```
ac ban [AC-ID/TOKEN]
```

**Parâmetros:**

| Parâmetro     | Descrição                                                       |
| ------------- | --------------------------------------------------------------- |
| `AC-ID/TOKEN` | Identificador do jogador (AC-ID) ou Token gerado pelo anticheat |

**Exemplo:**

```
ac ban EQPG:4211730519
```

***

## `ac unban`

Remove o banimento de um jogador.

```
ac unban [AC-ID/TOKEN]
```

**Parâmetros:**

| Parâmetro     | Descrição                       |
| ------------- | ------------------------------- |
| `AC-ID/TOKEN` | Identificador do jogador banido |

**Exemplo:**

```
ac unban EQPG:4211730519
```

***

## `ac remallbans`

Remove **todos** os banimentos do servidor.

```
ac remallbans
```

{% hint style="danger" %}
**Cuidado!** Este comando remove TODOS os banimentos do servidor. Use com cautela. Esta ação não pode ser desfeita.
{% endhint %}

***

## `ac specific`

Remove todos os banimentos associados a um **motivo específico**.

```
ac specific [MOTIVO]
```

**Parâmetros:**

| Parâmetro | Descrição                                                                 |
| --------- | ------------------------------------------------------------------------- |
| `MOTIVO`  | Motivo do banimento a ser removido (exato, incluindo colchetes se houver) |

**Exemplos:**

```
ac specific give-weapon
```

```
ac specific [noclip-1]
```

{% hint style="warning" %}
**Atenção!** Este comando remove **todos** os banimentos que possuem o motivo informado. Verifique o motivo com cuidado antes de executar.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eqpg-network.gitbook.io/eqpg-docs/comandos/comandos-banimento.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
