open_disposal
Opens a disposal GUI for the player, discarding anything left inside when it is closed.
Categories: inventory, player
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
rows | The number of rows in the disposal GUI (1-6). Supports expressions. | EXPRESSION | 3 |
title | The title shown at the top of the disposal GUI. | STRING | Disposal |
Trigger parameters required
PLAYER
Example
effects:
- id: open_disposal
args:
rows: 6 # ← Optional
title: &cDisposal # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |