Full Spiral Particle
This page was last updated for version v1.2.0
Format
full-spiral [args]
Description
It works similarly to Multi Spiral Particle but has 2 extra arguments. It helps you to create spiral of particles. Spirals will be moving on 3 dimensions; x, y and z. For instance, if you want to spawn spiral particles around the player, and want the spirals to cover the body top to bottom, you can use this spiral type.
All the arguments in Single, Spiral, and Multi Spiral particles also apply to this.
Arguments
Arg
spirals
Description
spiral amount
Format
spirals=<INTEGER>
Example(s)
spirals=5
, spirals={s}
Default Value
3
Required
Aliases
*
Arg
gap
Description
gap between spirals
Format
gap=<DOUBLE>
Example(s)
gap=2
, gap=0.5
, gap={gap}
Default Value
4
Required
Aliases
*
Last updated