open_shop

Opens a shop for the player.

Categories: meta

Required arguments

Key(s)DescriptionType
shopThe ID of the shop to open for the player.STRING

Optional arguments

Key(s)DescriptionTypeDefault
categoryThe ID of a category to open directly, instead of the shop's main menu.STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: open_shop
    args:
      shop: <value>
      category: <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue