Particle with Offset/Distribution/Velocity (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.14
Syntax
%particles% with [an] offset [of] %vector%Description
Applies a specific offset to a particle. Offsets are treated as distributions if particle count is greater than 0. Offsets are treated as velocity or some other special behavior if particle count is 0. Setting distribution/velocity with this method may change the particle count to 1/0 respectively.
More detailed information on particle behavior can be found at <a href="https://docs.papermc.io/paper/dev/particles/#count-argument-behavior">Paper's particle documentation</a>.
Examples
draw an electric spark particle with a velocity of vector(1,2,3) at player
draw 12 red dust particles with a distribution of vector(1,2,1) at player's head location