Modification Flags
View all available modification flags for specific particles.
Count
Count is how many particles appear per spawn.
Speed
Speed is how fast the particles are when spawned.
Offset
Offset is how much the particles spread when spawned. The offset modification requires 3 parameters: "X", "Y", and "Z".
Item
Item is the material that displays on item-specific particles, such as "ITEM_CRACK".
Block
Block is the material that displays on block-specific particles, such as "BLOCK_DUST".
Color
Color is what "Red Green Blue" value a particle should use, for color-specific particles such as "DUST".
ColorTransition
ColorTransition is what "Red Green Blue" value a particle should use after the "Color" modification value displays. This modification is specific to "DUST_COLOR_TRANSITION".
Shriek (EXPERIMENTAL)
Shriek is what "Shriek" value a "SHRIEK" type particle should use. This modification flag behaves a bit strangely, so use with caution. The shriek flag requires two number values.
Permission (EXPERIMENTAL)
Permission is an experimental flag allowing for particle effects to only display for people with a specified permission. To remove a permission after you've added one, you can set the permission to "-" and it will automatically return it to a normal effect.
Last updated