# Commands & Permissions

## Player Commands

| Command   | Permission              | Description                                   |
| --------- | ----------------------- | --------------------------------------------- |
| /vp       | none                    | Shows how many votes needed for a Vote Party. |
| /vp help  | none                    | Helpful commands for VoteParty.               |
| /vp claim | voteparty.command.claim | Claim offline voting rewards.                 |

## Admin Commands

| Command                                        | Permission              | Description                                                            |
| ---------------------------------------------- | ----------------------- | ---------------------------------------------------------------------- |
| /vp addvote \<amount>                          | voteparty.command.admin | Add votes to the current vote tally.                                   |
| /vp addvote \<player> \<silent> \<amount>      | voteparty.command.admin | Add votes to the current vote tally with some extra parameter options. |
| /vp givecrate \<player> \<amount>              | voteparty.command.admin | Supply a player with a vote crate.                                     |
| /vp checkvotes \<player> \<amount> \<timeunit> | voteparty.command.admin | Check the amount of votes a player has.                                |
| /vp totalvotes \<player>                       | voteparty.command.admin | Get the total amount of votes a player has.                            |
| /vp resetvotes \<player>                       | voteparty.command.admin | Reset the amount of votes a player has.                                |
| /vp setcounter \<amount>                       | voteparty.command.admin | Set the current vote counter.                                          |
| /vp top \<type> \[page]                        | voteparty.command.admin | List top voters                                                        |
| /vp startparty                                 | voteparty.command.admin | Force launch a Vote Party.                                             |
| /vp giveparty \<player>                        | voteparty.command.admin | Host a private Vote Party for a player.                                |
| /vp reload                                     | voteparty.command.admin | Reloads the config file.                                               |

## Permissions

| Permission              | Description                                             |
| ----------------------- | ------------------------------------------------------- |
| voteparty.command.admin | Gives access to all VoteParty commands and permissions. |


---

# 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://wiki.helpch.at/glares-plugins/voteparty/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.
