# Commands & Permissions

## Player Commands & Permissions

<table><thead><tr><th>Command</th><th width="274">Permission</th><th>Description</th></tr></thead><tbody><tr><td>---</td><td>voteban.player.*</td><td>Bypass permission for all player commands</td></tr><tr><td>voteban</td><td>voteban.player.help</td><td>Shows help page</td></tr><tr><td>voteban start [player]</td><td>voteban.player.start</td><td>Starts a voteban</td></tr><tr><td>voteban join</td><td>voteban.player.join</td><td>Joins a current voteban</td></tr><tr><td>---</td><td>voteban.miscellaneous.bypass</td><td>Voting can't be started against players with the permission</td></tr></tbody></table>

## Administration Commands & Permissions

<table><thead><tr><th>Command</th><th width="279">Permission</th><th>Description</th></tr></thead><tbody><tr><td>---</td><td>voteban.administration.*</td><td>Bypass for all administration commands. Voting can't be started against players with the permission</td></tr><tr><td>vba</td><td>voteban.administration.help</td><td>Shows help page</td></tr><tr><td>vba version</td><td>voteban.administration.version</td><td>Shows installed plugin version</td></tr><tr><td>vba reload</td><td>voteban.administration.reload</td><td>Reloads config files</td></tr></tbody></table>


---

# Agent Instructions: 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://urbance.gitbook.io/voteban/getting-started/commands-and-permissions.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.
