Particle Count (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.14

Syntax

[the] particle count of %particles%

Description

Sets how many particles to draw. Particle count has an influence on how the 'offset' and 'extra' values of a particle apply. 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.

This means that setting the particle count may change how your particle behaves. Be careful!

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 7 blue dust particles at player

View source