Particle Offset (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.14

Syntax

[the] particle offset of %particles%

Description

Determines the offset value for 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

set the particle offset of {_my-particle} to vector(1, 2, 1)

View source