# Comandos

## Mensagens Privadas

| Comando                      | Função                                                    |
| ---------------------------- | --------------------------------------------------------- |
| /tell \[jogador] \[mensagem] | Envia uma mensagem privada a um jogador.                  |
| /tell \[jogador]             | Criar um canal privado entre você e um jogador.           |
| /r \[mensagem]               | Responde à última mensagem recebida.                      |
| /chat mention tell           | Liga / desliga o som de notificações da mensagem privada. |
| /chat tell                   | Ligar / desligar as mensagens privadas.                   |

## Chat Global

| Comando         | Função                                                    |
| --------------- | --------------------------------------------------------- |
| /g \[mensagem]  | Envia uma mensagem ao chat global.                        |
| /g              | Travar mensagens no chat global                           |
| /chat toggle g  | Ativar ou desativar chat global                           |
| /chat mention g | Ativar ou desativar notificações de menção no chat global |

## Chat Local

O Chat Local envia mensagens num raio de 250 blocos.

| Comando         | Função                                                   |
| --------------- | -------------------------------------------------------- |
| /l \[mensagem]  | Envia uma mensagem ao chat local.                        |
| /l              | Travar mensagens no chat local                           |
| /chat toggle l  | Ativar ou desativar chat local                           |
| /chat mention l | Ativar ou desativar notificações de menção no chat local |

> Dica: Use `/l` para entrar no chat local, em seguida use `/chat toggle g` para sair do chat global.\
> Isso oculta as mensagens do chat global enquanto você estiver no local, tendo uma comunicação mais limpa.

## Ignorar jogadores

| Comando            | Função                                                              |
| ------------------ | ------------------------------------------------------------------- |
| /ignore \[jogador] | Ignorar mensagens de um jogador (inserir novamente para designorar) |
| /ignorelist        | Listar jogadores ignorados                                          |


---

# 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://wiki.survivalandia.com/sistema-de-chat/comandos.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.
