Particles with Data (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.14

Syntax

[%-*number%|a[n]] %color% effect particle[s] (of|with) power %number%

Description

Creates particles that require some extra information, such as colors, locations, or block data. Particles not present here do not require data and can be found in the Particle type. Data requirements vary from version to version, so these docs are only accurate for the most recent Minecraft version at time of release. For example, between 1.21.8 and 1.21.9, the 'flash' particle became colourable and now requires a colour data.

Examples

set {blood-effect} to a red dust particle of size 1
draw 3 blue trail particles moving to player's target over 3 seconds at player

View source