# 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
```


---

# 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://zshop.groupez.dev/configurations/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.
