open_shop
Opens a shop for the player.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|---|---|
shop | The ID of the shop to open for the player. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
category | The 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |