> For the complete documentation index, see [llms.txt](https://zshop.groupez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zshop.groupez.dev/configurations/commands-and-permissions.md).

# Commands and Permissions

zMenu: <https://docs.zmenu.dev/configurations/commands>

## Commands

<table><thead><tr><th width="311.3333333333333">Command</th><th width="177">Permission</th><th>Description</th></tr></thead><tbody><tr><td>/zshoplugin (aliases: /zpl)</td><td>zshop.help</td><td>Display the list of commands.</td></tr><tr><td>/zpl reload</td><td>zshop.reload</td><td>Reload configuration files</td></tr><tr><td>/zpl logs &#x3C;player> &#x3C;sell/buy> [&#x3C;page>]</td><td>zshop.logs</td><td>Display logs informations</td></tr><tr><td>/zpl convert</td><td>zshop.convert</td><td>Convert ShopGUIPlus config to zShop</td></tr><tr><td>/sell-all</td><td>zshop.sell.all</td><td>Sell all items</td></tr><tr><td>/sell-hand</td><td>zshop.sell.hand</td><td>Sell items in hand</td></tr><tr><td>/sell-handall</td><td>zshop.sell.hand.all</td><td>Sell all items in hand</td></tr></tbody></table>

## commands.yml

In the default configuration you have the command `/zshop`, with the aliases `/shop` and `/myshop` that will open the inventory `main_shop`, the command `/rank` and `/zrank` will open the inventory `rank`.

```yaml
#########################################################################################################################################
#
#  ███████╗░██████╗██╗░░██╗░█████╗░██████╗░
#  ╚════██║██╔════╝██║░░██║██╔══██╗██╔══██╗
#  ░░███╔═╝╚█████╗░███████║██║░░██║██████╔╝
#  ██╔══╝░░░╚═══██╗██╔══██║██║░░██║██╔═══╝░
#  ███████╗██████╔╝██║░░██║╚█████╔╝██║░░░░░
#  ╚══════╝╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░
#
# Documentation : https://zshop.groupez.dev/
# Sponsor : https://serveur-minecraft-vote.fr/
# zMenu Documentation : https://docs.zmenu.dev/
#
#########################################################################################################################################

# Read this: https://docs.zmenu.dev/configurations/commands
commands:
  # Main shop
  zshop:
    command: zshop
    aliases:
      - shop
      - myshop
    inventory: main_shop
  # Other type of shop example
  rank:
    command: rank
    aliases:
      - zrank
    inventory: rank
```
