jump_strength_multiplier
Multiplies the player's jump strength, making them jump higher or lower.
Categories: attribute, movement, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The jump strength multiplier to apply. Supports expressions. | EXPRESSION |
Example
effects:
- id: jump_strength_multiplier
args:
multiplier: 1 + %level% * 0.05
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |