> 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-es/plugins/sumoplugin/comandos.md).

# Comandos

#### Lista de comandos

{% tabs %}
{% tab title="General" %}

| Comando | Permiso  | Uso                                                              |
| ------- | -------- | ---------------------------------------------------------------- |
| sumo    | sumo.use | Muestra todos los comandos de sumo que un jugador puede ejecutar |

{% endtab %}

{% tab title="Jugador" %}

| Comando    | Permiso  | Uso                                               |
| ---------- | -------- | ------------------------------------------------- |
| sumo gui   | sumo.use | Abre la interfaz gráfica para unirte a una arena. |
| sumo stats | sumo.use | Mostrar estadísticas del jugador                  |

{% endtab %}

{% tab title="Administrador" %}

| Comando                                   | Permiso          | Uso                                                                                                         |
| ----------------------------------------- | ---------------- | ----------------------------------------------------------------------------------------------------------- |
| sumo arena create \<name>                 | sumoplugin.admin | crear una arena                                                                                             |
| sumo arena setspawn \<arena> <1\|2\|3\|4> | sumoplugin.admin | Establecer spawn para los jugadores 1 y 2 cuando comience el juego                                          |
| sumo arena setlobby \<arena>              | sumoplugin.admin | Configurar el punto de aparición de la sala de espera para cuando el jugador espere a que comience el juego |
| sumo general setlobby                     | sumoplugin.admin | Configura el vestíbulo principal para cuando el jugador termine el juego                                    |
| sumo general setip                        | sumoplugin.admin | Establece la IP del servidor que el jugador verá en scoreboard                                              |
| sumo reload                               | sumoplugin.admin | recargar la configuración del plugin                                                                        |
| sumo arena delete                         | sumoplugin.admin | Eliminar una arena                                                                                          |
| sumo arena settype \<arena> <1p><2p>      | sumoplugin.admin | Cambia el tipo de arena a 1vs1 o 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-es/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.
