fill_held_stack
Fills the stack in the player's main hand up to its maximum size.
Categories: inventory, player
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
amount | The stack size to set. Defaults to the item's maximum stack size. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: fill_held_stack
args:
amount: 64 # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |