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)DescriptionType
multiplierThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue