pull_to_location

Pulls the player toward the trigger location with a specified velocity.

Categories: movement

Required arguments

Key(s)DescriptionType
velocityThe strength of the pull force applied to the player. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
jumpAn upward boost added to the pull vector. Supports expressions.EXPRESSION0

Trigger parameters required

  • PLAYER

  • LOCATION

Example

effects:
  - id: pull_to_location
    args:
      velocity: 1 + %level% * 0.1
      jump: <expression> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue