particle_line
Spawns a line of particles between the player's eye and the trigger location.
Categories: visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
particle | The particle type to spawn along the line. | STRING |
amount | The number of particles to spawn at each point along the line. Supports expressions. | EXPRESSION |
spacing | The distance between each particle point along the line. Supports expressions. | EXPRESSION |
Trigger parameters required
PLAYERLOCATION
Example
effects:
- id: particle_line
args:
particle: flame
amount: 1
spacing: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |