Spiral Particle

This page was last updated for version v1.2.0

Format

spiral [args]

Description

It helps you to create a spiral of particles.

All the arguments in Single Particle also apply to this.

Arguments

Arg

radius

Description

spiral radius

Format

radius=<RANGE>

Example(s)

radius=0.75, radius={r}, radius={val={r};min={min};max={max}}

Default Value

1

Exclusive

*

Required
Aliases

*

Arg

steps

Description

particle amount for full circle turn

Format

steps=<INTEGER>

Example(s)

steps=120, steps={s}

Default Value

120

Exclusive

*

Required
Aliases

*

Arg

vertical

Description

spiral orientation

Format

vertical=<BOOLEAN>

Example(s)

vertical=true

Default Value

false

Exclusive

*

Required
Aliases

*

Arg

reverse

Description

spiral direction

Format

reverse=<BOOLEAN>

Example(s)

reverse=true

Default Value

false

Exclusive

*

Required
Aliases

*

Examples

  1. 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.

  1. 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 the radius variable, the oriantation will be vertical, rainbow colors will be used and they will be transit to white color.

Last updated