give_pouch
Gives the player a number of pouch items.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
id | The ID of the pouch to give. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
amount | The number of pouches to give. Defaults to 1. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: give_pouch
args:
id: <value>
amount: 1 # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |