🛍️
ShopSystem
  • 🏡Home page
  • DEFAULTS
    • 📩Installation
    • 🗒️Commands & Permissions
  • SETUP
    • 🛠️config.yml setup
    • 🛒Product
    • 🧊Item
    • 🖼️GUI
    • 📩Subscribtion system
    • 🎛️Conditions
    • 🌀Actions
    • 📃Placeholders (PAPI)
    • 🌈Hex colors
Powered by GitBook
On this page
  • Syntax
  • Type
  1. SETUP

Actions

Syntax

...
  actions:
  - '[TYPE]value'

Type

Type is a command type. Here is list of all types.

Type
Information
Example

MENU

Opens menu to player

[MENU]<menu_name>

CLOSE

Close the menu

[CLOSE]

MESSAGE

Sends a message to the player

[MESSAGE] hello

PLAYER_CMD

Dispatch command by the player

[PLAYER_CMD] say hi

CONSOLE_CMD

Dispatch command by the console

[CONSOLE_CMD] ...

REFRESH_GUI

Refresh whole opened player gui

[REFRESH_GUI]

SUBSCRIBERS_MENU

Opens player a menu with list of his subscribes

[SUBSCRIBERS_MENU]

BACK

Open player previous menu

[BACK]

PreviousConditionsNextPlaceholders (PAPI)

Last updated 2 years ago

🌀