💵
zShop
  • Getting started
  • Configurations
    • Informations
    • Commands and Permissions
    • Economy
    • Convert ShopGuiPlus to zShop
    • Placeholders
    • Buttons
    • Items
    • config.yml
  • API
    • Informations
  • Plugin's files
    • Files 1.13+
    • Files 1.8 - 1.12
Powered by GitBook
On this page
  • Commands
  • commands.yml
  1. Configurations

Commands and Permissions

List of the commands and their permissions

PreviousInformationsNextEconomy

Last updated 1 year ago

zMenu:

Commands

Command
Permission
Description

/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
https://docs.zmenu.dev/configurations/commands