# Commands & Permissions

{} = Required argument

\[] = Optional argument.

## Commands:

### &#x20;**Player Commands:**

* /`mobcoins`- The base command that opens up the gui. \[/transfer as an alias]
* `/mobcoins help` - Displays an in-game list of commands.
* `/mobcoins balance [username]` - Displays the balance of the user.
* `/mobcoins pay {username}` - Allows a user to pay mobcoins to another user.&#x20;
* `/mobcoins toggle actionbar` - Toggles the action bar notifications for the user.
* `/mobcoins toggle summary` - Toggles the chat summary for the user.

### &#x20;Admin Commands:

* `/mobcoins add {username} {amount}` - Gives a user the specified amount of mobcoins.
* `/mobcoins set {username} {amount}` - Sets the target user's coins to the specified amount.
* `/mobcoins take {username} {amount`} - Takes the specified amount of coins from the target user.
* `/mobcoins refresh {shop_name}` - Refreshes the inventory of a shop if it is a rotating shop.
* `/mobcoins reload` - Reloads the plugin and shops.

## Permissions:

### Player Permissions:

* `zithiummobcoins.command.pay` - Grants access to the pay command.
* `zithiummobcoins.command.balance` - Grants access to the balance command.
* `zithiummobcoins.command.toggle` - Grants access to the toggle commands.

**Admin Permissions:**

* `zithiummobcoins.admin` - Grants access to all admin related commands.


---

# 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.zithium.net/zithium-series/zithiummobcoins/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.
