# Commands

## Tokens Core Commands

> These commands are the backbone to Tokens.

| Command                              | Permission      | Description                                      |
| ------------------------------------ | --------------- | ------------------------------------------------ |
| `/tokens`                            | `tokens.use`    | Displays your Token balance.                     |
| `/tokens <username>`                 | `tokens.others` | Displays another user's Token balance.           |
| `/tokens buy <number>`               | `tokens.buy`    | Purchases a number of Tokens.                    |
| `/tokens give <player> <number>`     | `tokens.give`   | Gives a number of your Tokens to another player. |
| `/tokens set <username> <number>`    | `tokens.set`    | Set another user's Token balance.                |
| `/tokens add <username> <number>`    | `tokens.add`    | Adds Tokens to another user's balance.           |
| `/tokens remove <username> <number>` | `tokens.remove` | Removes Tokens from another user's balance.      |
| `/tokens reload`                     | `tokens.reload` | Reloads the plugin's configuration files.        |

## Tokens Redeem Commands

{% hint style="danger" %}
Each redeem command needs it's dependent plugin loaded into the server! You can learn more about that [here](/supported-plugins/plugins.md).
{% endhint %}

| Command                               | Permission               | Description                                                                                                  |
| ------------------------------------- | ------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `/redeem`                             | `tokens.redeem`          | Displays very helpful text on how to redeem your Tokens.                                                     |
| `/redeem mcmmo <skill_name> <number>` | `tokens.redeem.mcmmo`    | Redeems a number of Tokens to boost a [mcMMO level](https://mcmmo.org/wiki/Primary_Skills) of your choosing. |
| `/redeem factions <number>`           | `tokens.redeem.factions` | Redeems a number of Tokens to boost a player's faction power.                                                |
| `/redeem money <number>`              | `tokens.redeem.sell`     | Redeems Tokens for Vault Money.                                                                              |


---

# 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://tokens.thirdshift.net/references/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.
