> 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-it/plugin/sumoplugin/comandi.md).

# Comandi

#### Lista dei comandi

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

| Comando | Permesso | Uso                                                  |
| ------- | -------- | ---------------------------------------------------- |
| sumo    | sumo.use | Mostra tutti i comandi che il giocatore può eseguire |

{% endtab %}

{% tab title="Player" %}

| Comando    | Permesso | Uso                                  |
| ---------- | -------- | ------------------------------------ |
| sumo gui   | sumo.use | Apre la gui per entrare in una arena |
| sumo stats | sumo.use | Mostra le statistiche del giocatore  |

{% endtab %}

{% tab title="Admin" %}

| Comando                                   | Permesso         | Uso                                                                           |
| ----------------------------------------- | ---------------- | ----------------------------------------------------------------------------- |
| sumo arena create \<name>                 | sumoplugin.admin | Crea una arena                                                                |
| sumo arena setspawn \<arena> <1\|2\|3\|4> | sumoplugin.admin | Setta lo spawn per il player 1 e 2 quando inizia la partita                   |
| sumo arena setlobby \<arena>              | sumoplugin.admin | Setta lo spawn della lobby per quando i player aspettano che la partita inizi |
| sumo general setlobby                     | sumoplugin.admin | Setta la lobby principale per quando i player finisco la partita              |
| sumo general setip                        | sumoplugin.admin | Setta ip del server che i giocatori vedranno nella scoreboard                 |
| sumo reload                               | sumoplugin.admin | Ricarica la configurazione del plugin                                         |
| sumo arena delete                         | sumoplugin.admin | Cancella una arena                                                            |
| sumo arena settype \<arena> <1p><2p>      | sumoplugin.admin | Cambia il tipo di arena con 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-it/plugin/sumoplugin/comandi.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.
