# Commands

* **/rpgbbanker spawn** : spawns a banker on your location. Permission:\
  **rpgbank.banker.spawn**\ <br>
* **/rpgbbanker remove** : removes banker you're looking at. Permission:\
  **rpgbank.banker.remove**\ <br>
* **/rpgbbanker fix** : fixes not working banker (after you renamed it in language file).\
  Permission:\
  **rpgbank.banker.fix**\ <br>
* **/rpgbbanker open** : Opens banker GUI without using NPC, useful if you have CitizensCMD.\
  Permission:\
  **rpgbank.banker.open**\ <br>
* **/rpgconvertfromold** : Special command that converts old format from AdvancedBank to RPGBank.\
  Permission:\
  **rpgbank.admin.convertfromold**\ <br>
* **/expbottle \[amount] \[player]** : Get exp bottle. If you don't specify exp it will take all exp you have.\
  Permission:\
  **rpgbank.get.exp** : main permission\
  **rpgbank.get.exp.amount** : to use \[amount] parameter\
  **rpgbank.admin.give.money.others**\
  : to use \[player] parameter to give exp rewards to players (it won't be reduced from the command sender).\ <br>
* **/bankcheck \[amount] \[player]** : Get bank check with the specified money amount on it.\
  Permission:\
  **rpgbank.get.money** : main permission\
  **rpgbank.admin.give.money.others**: to use \[player] parameter to give money rewards to players (it won't be reduced from the command sender).


---

# 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://rpgbank.devs.beer/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.
