Spiral Particle
This page was last updated for version v1.2.0
Last updated
This page was last updated for version v1.2.0
Last updated
spiral [args]
It helps you to create a spiral of particles.
All the arguments in Single Particle also apply to this.
spiral [effect=redstone,radius=0.75,color={name=rainbow;speed=0.75}]
Spiral of
redstone
particles, the radius will be 0.75, and rainbow colors will be used.
circle [effect=dust_color_transition,radius={radius},vertical=true,color={name=rainbow;duo=FFFFFF,speed=0.75}]
Spiral of
dust_color_transition
particles, the radius will be determined by theradius
variable, the oriantation will be vertical, rainbow colors will be used and they will be transit to white color.
radius
spiral radius
radius=<RANGE>
radius=0.75
, radius={r}
, radius={val={r};min={min};max={max}}
1
*
*
steps
particle amount for full circle turn
steps=<INTEGER>
steps=120
, steps={s}
120
*
*
vertical
spiral orientation
vertical=<BOOLEAN>
vertical=true
false
*
*
reverse
spiral direction
reverse=<BOOLEAN>
reverse=true
false
*
*