# Shop commands

{% hint style="success" %}
The commands are available to all server users.
{% endhint %}

| Command name |    Command description    |     Arguments     |
| :----------: | :-----------------------: | :---------------: |
|     /buy     | Buy an item from the shop | \<item> \[amount] |
|     /shop    |       View the shop       |         No        |

{% hint style="warning" %}
The following commands are only available to server administrators.
{% endhint %}

|      Command name     |            Command description           |                       Arguments                       |
| :-------------------: | :--------------------------------------: | :---------------------------------------------------: |
|     /shop-add-edit    |     Add or change an item in the shop    | \<item> \<price> \[price\_type] \[amount] \[discount] |
| /shop-decrease-amount |  Reduce the number of items in the shop  |                   \<item> \<amount>                   |
|       /shop-del       |       Remove an item from the shop       |                        \<item>                        |
| /shop-increase-amount | Increase the number of items in the shop |                   \<item> \<amount>                   |

{% hint style="info" %}
< > - required argument \[ ] - optional argument | - OR
{% endhint %}
