particle_line

Spawns a line of particles between the player's eye and the trigger location.

Categories: visual

Required arguments

Key(s)DescriptionType
particleThe particle type to spawn along the line.STRING
amountThe number of particles to spawn at each point along the line. Supports expressions.EXPRESSION
spacingThe distance between each particle point along the line. Supports expressions.EXPRESSION

Trigger parameters required

  • PLAYER

  • LOCATION

Example

effects:
  - id: particle_line
    args:
      particle: flame
      amount: 1
      spacing: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue