Commands and Permissions

List of the commands and their permissions

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

Commands

CommandPermissionDescription

/zshoplugin (aliases: /zpl)

zshop.help

Display the list of commands.

/zpl reload

zshop.reload

Reload configuration files

/zpl logs <player> <sell/buy> [<page>]

zshop.logs

Display logs informations

/zpl convert

zshop.convert

Convert ShopGUIPlus config to zShop

/sell-all

zshop.sell.all

Sell all items

/sell-hand

zshop.sell.hand

Sell items in hand

/sell-handall

zshop.sell.hand.all

Sell all items in hand

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.

#########################################################################################################################################
#
#  ███████╗░██████╗██╗░░██╗░█████╗░██████╗░
#  ╚════██║██╔════╝██║░░██║██╔══██╗██╔══██╗
#  ░░███╔═╝╚█████╗░███████║██║░░██║██████╔╝
#  ██╔══╝░░░╚═══██╗██╔══██║██║░░██║██╔═══╝░
#  ███████╗██████╔╝██║░░██║╚█████╔╝██║░░░░░
#  ╚══════╝╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░
#
# 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

Last updated