๐Ÿ’š
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
  1. Effects
  2. Creating Effect
  3. Script Types
  4. Particle
  5. Spiral Effects

Full Spiral Particle

This page was last updated for version v1.2.0

PreviousMulti Spiral ParticleNextTargeted Particle

Last updated 1 year ago

Format

full-spiral [args]

Description

It works similarly to 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 , , and particles also apply to this.

Arguments

Arg
Description
Format
Example(s)
Default Value
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Required
Aliases

spirals

spiral amount

spirals=<INTEGER>

spirals=5, spirals={s}

3

*

gap

gap between spirals

gap=<DOUBLE>

gap=2, gap=0.5, gap={gap}

4

*

Multi Spiral Particle
Single
Spiral
Multi Spiral