movement_efficiency_multiplier
Multiplies the player's movement efficiency, reducing the speed penalty from blocks like soul sand.
Categories: attribute, movement, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The movement efficiency multiplier to apply (e.g. 2 = double efficiency). Supports expressions. | EXPRESSION |
Example
effects:
- id: movement_efficiency_multiplier
args:
multiplier: 1 + %level% * 0.05
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |