pull_to_location
Pulls the player toward the trigger location with a specified velocity.
Categories: movement
Required arguments
| Key(s) | Description | Type |
|---|
velocity | The strength of the pull force applied to the player. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
jump | An upward boost added to the pull vector. Supports expressions. | EXPRESSION | 0 |
Trigger parameters required
Example
effects:
- id: pull_to_location
args:
velocity: 1 + %level% * 0.1
jump: <expression> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |