Commands and Permissions

List of the commands and their permissions

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

Commands

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