Particle with Speed/Extra Value (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.14

Syntax

%particles% with ([a] particle speed [value]|[an] extra value) [of] %number%

Description

Applies a specific 'speed' or 'extra' value to a particle. This value is used in different ways depending on the particle, but in general it: * acts as the speed at which the particle moves if the particle count is greater than 0. * acts as a multiplier to the particle's offset if the particle count is 0.

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 particle speed of 0 at player
draw 12 red dust particles with an extra value of 0.4 at player's head location

View source