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

# Commands

#### Commands list

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

| Command | Permission | Usage                                               |
| ------- | ---------- | --------------------------------------------------- |
| sumo    | sumo.use   | Display all sumo commands that a player can execute |

{% endtab %}

{% tab title="Player" %}

| Command    | Permission | Usage                             |
| ---------- | ---------- | --------------------------------- |
| sumo gui   | sumo.use   | Open the gui for joining an arena |
| sumo stats | sumo.use   | Show player stats                 |

{% endtab %}

{% tab title="Admin" %}

| Command                                   | Permission       | Usage                                                          |
| ----------------------------------------- | ---------------- | -------------------------------------------------------------- |
| sumo arena create \<name>                 | sumoplugin.admin | Create an arena                                                |
| sumo arena setspawn \<arena> <1\|2\|3\|4> | sumoplugin.admin | Set spawn for player 1 and 2 when the game start               |
| sumo arena setlobby \<arena>              | sumoplugin.admin | Set waiting lobby spawn for when player wait the game to start |
| sumo general setlobby                     | sumoplugin.admin | Set the main lobby for when the player will finish the game    |
| sumo general setip                        | sumoplugin.admin | set the server ip that player will see in the scoreboard       |
| sumo reload                               | sumoplugin.admin | reload the plugin configuration                                |
| sumo arena delete                         | sumoplugin.admin | Delete an arena                                                |
| sumo arena settype \<arena> <1p><2p>      | sumoplugin.admin | Change arena type to 1vs1 or 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/plugins/sumoplugin/commands.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.
