> For the complete documentation index, see [llms.txt](https://wiki.survivalandia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.survivalandia.com/mcmmo/comandos.md).

# Comandos

## Habilidades

> Use `/[habilidade]` para ver informações sobre uma habilidade específica.
>
> Use `/[habilidade] ?` para obter ajuda sobre uma habilidade específica.
>
> \
> Exemplo: `/mineracao` exibe informações sobre a habilidade Minecração.\
> Ou `/mineracao ?` para ver mais informações

## Definições

| Comando                      | Função                                               |
| ---------------------------- | ---------------------------------------------------- |
| /mcability                   | Liga / desliga a super habilidade                    |
| /mcnotify                    | Liga / desliga notificações de habilidades           |
| /mmoxpbar                    | Configura a barra de XP                              |
| /mmoxpbar hide \[habilidade] | Esconde a barra de XP para a habilidade especificada |
| /mmoxpbar show \[habilidade] | Exibe a barra de XP para a habilidade especificada   |
| /mmoxpbar reset              | Redefinir as configurações                           |

## Party (grupo)

| Comando                         | Função                                                   |
| ------------------------------- | -------------------------------------------------------- |
| /p                              | Entra / Sai do chat do grupo                             |
| /p \[mensagem]                  | Envia uma mensagem no chat do grupo                      |
| /party help                     | Exibe a lista de comandos                                |
| /party create \[nome] \[senha]  | Cria um grupo                                            |
| /party disband                  | Apaga um grupo. (IRREVERSÍVEL!)                          |
| /party itemshare                | Ativa o compartilhamento de itens entre membros do grupo |
| /party join \[jogador] \[senha] | Entra num grupo                                          |
| /party kick \[jogador]          | Expulsa um jogador do grupo                              |
| /party leader \[jogador]        | Define um novo lider do grupo                            |
| /party lock                     | Trava o grupo                                            |
| /party unlock                   | Destrava o grupo                                         |
| /party password \[senha]        | Definir uma nova senha para o grupo                      |
| /party quit                     | Sai do grupo                                             |
| /party xpshare                  | Ativa o compartilhamento de XP do grupo                  |

## Informações e Estatísticas

| Comando              | Função                                                    |
| -------------------- | --------------------------------------------------------- |
| /mctop               | Exibe o ranking dos melhores jogadores por nível de poder |
| /mctop \[habilidade] | Exibe o ranking em uma habilidade específica              |
| /mcrank              | Exibe sua posição no rank em cada habilidade              |
| /inspect \[jogador]  | Mostra os níveis de outro jogador                         |
| /mcstats             | Exibe suas estatísticas                                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.survivalandia.com/mcmmo/comandos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
