set_saturation
Sets the player's food saturation to a specific value.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The saturation level to set for the player. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: set_saturation
args:
amount: 1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |