# Commands & Permissions

{% hint style="info" %}
Command Aliases: slotbot, bot
{% endhint %}

{% hint style="warning" %}
Notice: All commands can be executed by players that are opped or have the \* permission.
{% endhint %}

|              **Command**              | **Permission** |                                         **Description**                                        |
| :-----------------------------------: | :------------: | :--------------------------------------------------------------------------------------------: |
|                  /bot                 |   slotbot.bot  |                                      Opens the SlotBot GUI                                     |
|    /bot ticket \<player> \<amount>    |  slotbot.admin |                                  Give player a slotbot ticket                                  |
|   /bot hrticket \<player> \<amount>   |  slotbot.admin |                            Give player a high roller slotbot ticket                            |
|     /bot scrap \<player> \<amount>    |  slotbot.admin |                                   Give player a slotbot scrap                                  |
|    /bot hrscrap \<player> \<amount>   |  slotbot.admin |                             Give player a high roller slotbot scrap                            |
|        /bot addreward \<chance>       |  slotbot.admin |               Adds a reward to slotbot \[Requires a reload to make item winnable]              |
|       /bot addhrreward \<chance>      |  slotbot.admin |         Adds a reward to high roller slotbot \[Requires a reload to make item winnable]        |
|       /bot adddisplay \<chance>       |  slotbot.admin |       Adds a reward with meta data to slotbot \[Requires a reload to make item winnable]       |
|      /bot addhrdisplay \<chance>      |  slotbot.admin | Adds a reward with meta data to high roller slotbot \[Requires a reload to make item winnable] |
| /bot credits give \<player> \<amount> |  slotbot.admin |                                   Give player slotbot credits                                  |
|  /bot credits set \<player> \<amount> |  slotbot.admin |                         Set player slotbot credits to a specific number                        |
|    /bot credits addreward \<chance>   |  slotbot.admin |          Add a reward to slotbot credit shop \[Requires a reload to make item buyable]         |
|   /bot credits adddisplay \<chance>   |  slotbot.admin |  Add a reward with meta data to slotbot credit shop \[Requires a reload to make item buyable]  |


---

# 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://docs.eliteminecraftplugins.com/slotbot/general-information/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.
