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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue