increase_step_height
Increases the player's step height, allowing them to walk up taller blocks without jumping.
Categories: attribute, movement, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
height | The number of extra blocks the player can step up automatically. Supports expressions. | EXPRESSION |
Example
effects:
- id: increase_step_height
args:
height: 0.5 + %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |