> For the complete documentation index, see [llms.txt](https://augu0107.gitbook.io/auguplugin-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-br/plugins/sumoplugin/comandos.md).

# Comandos

#### Lista de comandos

{% tabs %}
{% tab title="Em geral" %}

| Comando | Permissão | Uso                                                           |
| ------- | --------- | ------------------------------------------------------------- |
| sumo    | sumo.use  | Exibir todos os comandos de sumô que um jogador pode executar |

{% endtab %}

{% tab title="Jogador" %}

| Comando    | Permissão | Uso                                                |
| ---------- | --------- | -------------------------------------------------- |
| sumo gui   | sumo.use  | Abra a interface gráfica para entrar em uma arena. |
| sumo stats | sumo.use  | Mostrar estatísticas do jogador                    |

{% endtab %}

{% tab title="Administrador" %}

| Comando                                   | Permissão        | Uso                                                                                        |
| ----------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------ |
| sumo arena create \<name>                 | sumoplugin.admin | Crie uma arena                                                                             |
| sumo arena setspawn \<arena> <1\|2\|3\|4> | sumoplugin.admin | Defina os pontos de surgimento para os jogadores 1 e 2 quando o jogo começar               |
| sumo arena setlobby \<arena>              | sumoplugin.admin | Defina o ponto de espera para quando os jogadores estiverem aguardando o início da partida |
| sumo general setlobby                     | sumoplugin.admin | Configure o lobby principal para quando o jogador terminar o jogo                          |
| sumo general setip                        | sumoplugin.admin | Defina o endereço IP do servidor que o jogador verá no scoreboard                          |
| sumo reload                               | sumoplugin.admin | Recarregue a configuração do plugin                                                        |
| sumo arena delete                         | sumoplugin.admin | Excluir uma arena                                                                          |
| sumo arena settype \<arena> <1p><2p>      | sumoplugin.admin | Altere o tipo de arena para 1vs1 ou 2vs2                                                   |

{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-br/plugins/sumoplugin/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.
