jump_strength_multiplier

Multiplies the player's jump strength, making them jump higher or lower.

Categories: attribute, movement, player

Required arguments

Key(s)DescriptionType
multiplierThe jump strength multiplier to apply. Supports expressions.EXPRESSION

Example

effects:
  - id: jump_strength_multiplier
    args:
      multiplier: 1 + %level% * 0.05

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue