๐Ÿ’š
Treasure Particles
  • Home Page
  • Discord Server
  • Download
    • ๐ŸงกBuiltByBit
  • Effects
    • Basic Usage
    • Creating Effect
      • Caching
      • Variables
      • Tick Handlers
        • Events
        • Mixer Options
      • Script Types
        • Variable
        • Variable Cycle
        • Particle
          • Single Particle
          • Circle Particle
            • Spread Particle
            • Targeted Circle Particle
          • Spiral Effects
            • Spiral Particle
            • Multi Spiral Particle
            • Full Spiral Particle
          • Targeted Particle
          • Sphere Particle
          • Text Particle
            • Animated Text Particle
          • Particles
          • Color Format
        • Parkour
        • Condition
        • Preset
        • Sound
        • Message
          • Chat Message
          • Action Bar Message
          • Title Message
        • Lightning
        • Others
    • Presets
    • Mixer
    • Static Effects
  • Colors
    • Adding New Color Scheme
    • Adding New Color Group
  • Configuration
    • General Options
    • Database
    • Permissions
    • GUI Config
      • Item Properties
  • Translations
Powered by GitBook
On this page
  • Format
  • Description
  • Arguments
  • Examples
  1. Effects
  2. Creating Effect
  3. Script Types
  4. Particle
  5. Spiral Effects

Spiral Particle

This page was last updated for version v1.2.0

PreviousSpiral EffectsNextMulti Spiral Particle

Last updated 1 year ago

Format

spiral [args]

Description

It helps you to create a spiral of particles.

All the arguments in also apply to this.

Arguments

Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
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.

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

*

*

Single Particle