# Commands

# Flags

  • -s - makes silent command execution (target player won't be notified).
  • -f - executes command bypassing certain restrictions.

# Legend

<> - Required [] - Optional

# Main

Command aliases can be changed in the engine.yml. By default it's /eshop or /excellentshop.

  • /eshop [help] - List of all plugin commands.
  • /eshop reload - Reload the plugin.

# Virtual Shop

Virtual Shop commands are available only if Virtual Shop feature is enabled.

Command aliases can be changed in the config.yml. By default it's /vshop.

  • /vshop [help] - List available commands.
  • /vshop editor - Open GUI editor.
  • /vshop open <shop> [player] [-f] [-s] - Open a specific GUI shop.
  • /vshop rotate <shop> - Force rotate a specific GUI shop.
  • /vshop menu [player] [-f] - Open main GUI shops menu. Requires the Main GUI option to be enabled.
  • /vshop reload - Reload the module.

The following commands are standalone and have custom aliases in the /virtual_shop/settings.yml.

  • /shop [shop] - Quick access to the main menu or specific shop. Requies the Shop Shortcuts option to be enabled.
  • /sellgui [player] - Open Sell GUI. Requies the Sell Menu option to be enabled.
  • /sellall [player] [-s] - Sell inventory. Requies the Sell All option to be enabled.
  • /sellhand [player] - Sell hand item. Requies the Sell Hand option to be enabled.
  • /sellhandall [player] - Sell all inventory items that are similar to an item in hand. Requies the Sell Hand All option to be enabled.

# Chest Shop

Chest Shop commands are available only if Chest Shop feature is enabled.

Command aliases can be changed in the config.yml. By default it's /cshop or /chestshop.

  • /cshop [help] - List available commands.
  • /cshop bank [player] - Open Bank GUI.
  • /cshop browse - Browse other player's shops in GUI.
  • /cshop create [buyPrice] [sellPrice] - Create a new shop.
  • /cshop giveitem <player> <type> [amount] - Give shop creation item.
  • /cshop list [player] - Browse your own shops in GUI.
  • /cshop open - Open shop's block container inventory.
  • /cshop remove - Remove the shop.
  • /cshop reload - Reload the module.

# Auction House

Auction House commands are available only if Auction House feature is enabled.

Command aliases can be changed in the config.yml. By default it's /ah or /auction.

  • /auction [help] - List available commands.
  • /auction expired [player] [-f] - Open a GUI with expired listings.
  • /auction history [player] [-f] - Open a GUI with sales history.
  • /auction open [player] [-f] - Open main Auction GUI.
  • /auction sell <price> - Add item you hold on the Auction for specified price.
  • /auction selling [player] [-f] - Open a GUI with active listings.
  • /auction unclaimed [player] [-f] - Open a GUI with unclaimed items.
  • /auction reload - Reload the module.