How do I add a custom command - Maxlego08/zShop-API GitHub Wiki
With the zShop plugin you will be able to create as many commands as you want, you can very well make a /shop as well as a /menu or a /help.
Add a command
To add a command you have to go to the config.yml file
commands:
shop:
command: "zshop"
alliasses:
- "shop"
- "myshop"
inventory: "shop"
So here you have the basic command and the aliases. Then you have to define the file name of an inventory to be able to link it to the order, you don't need to buy the file name in the list of categories to load.