> For the complete documentation index, see [llms.txt](https://b-setups.gitbook.io/b.-setups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://b-setups.gitbook.io/b.-setups/servers/build-battle-server/additional-information/useful-commands.md).

# Useful Commands

## Player Commands

{% hint style="info" %}
Normal players and admins can run these commands.
{% endhint %}

<table data-full-width="true"><thead><tr><th>Commands</th><th>Permissions</th><th>Descriptions</th></tr></thead><tbody><tr><td><pre><code>/help [&#x3C;page number>]
</code></pre></td><td>None</td><td>This command shows the help menu for the player.</td></tr><tr><td><pre><code>/store
</code></pre></td><td>None</td><td>This command shows the store link for the player.</td></tr><tr><td><pre><code>/discord
</code></pre></td><td>None</td><td>This command shows the Discord invite link for the player.</td></tr><tr><td><pre><code>/bb arenas
</code></pre></td><td><pre><code>buildbattle.arenas
</code></pre></td><td>This command will open the arena selector.</td></tr><tr><td><pre><code>/bb join &#x3C;arena>
Example: /bb join Modernum
</code></pre></td><td><pre><code>buildbattle.join.%arenaID% or buildbattle.join.* (for all arenas)
</code></pre></td><td>This command will send the player to the selected arena.<br><br><strong>Arena:</strong> must be an arena</td></tr><tr><td><pre><code>/bb randomjoin
</code></pre></td><td><pre><code>buildbattle.join.* to access all arenas
</code></pre></td><td>This command will send the player to a random arena.</td></tr><tr><td><pre><code>/bb leave
/l
/lobby
/hub
</code></pre></td><td>None</td><td>These commands will allow the player to exit the arena and be sent to the lobby.</td></tr><tr><td><pre><code>/bb stats
</code></pre></td><td>None</td><td>This command will list the player's statistics to the chat.</td></tr><tr><td><pre><code>/voteshop
</code></pre></td><td>None</td><td>This command opens the Super Vote shop, where players can buy super votes for coins.</td></tr><tr><td><pre><code>/party [&#x3C;arg>]
</code></pre></td><td><pre><code>parties.user.*
</code></pre></td><td><p>This command is for the party system.</p><p><strong>More information in-game, by typing /party help &#x3C;1/2></strong></p></td></tr></tbody></table>

***

## Admin Commands

{% hint style="info" %}
Admins should be able to run these commands if they have the permission.
{% endhint %}

<table data-full-width="true"><thead><tr><th>Commands</th><th>Permissions</th><th>Descriptions</th></tr></thead><tbody><tr><td><pre><code>/announcements &#x3C;on/off>
</code></pre></td><td><pre><code>buildbattle.announcements
</code></pre></td><td>This command turns the server announcements on or off.</td></tr><tr><td><pre><code>/bbcoins &#x3C;add/set/take> &#x3C;player> &#x3C;amount>
</code></pre></td><td><pre><code>buildbattleadditions.admin
</code></pre></td><td>This command adds, sets or takes coins (Vault economy) for a player.</td></tr><tr><td><pre><code>/bba stop
</code></pre></td><td><pre><code>buildbattle.admin.stopgame
</code></pre></td><td>This command will forcefully stop the arena, that the player is in.</td></tr><tr><td><pre><code>/bba forcestart
</code></pre></td><td><pre><code>buildbattle.admin.forcestart
</code></pre></td><td>This command will forcefully start the arena, that the player is in.</td></tr><tr><td><pre><code>/bba settheme &#x3C;theme>
</code></pre></td><td><pre><code>buildbattle.admin.settheme	
</code></pre></td><td>This command will set a new theme of arena.<br><strong>Works only after the game has started and during the first 20 seconds of the match.</strong></td></tr></tbody></table>


---

# 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://b-setups.gitbook.io/b.-setups/servers/build-battle-server/additional-information/useful-commands.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.
