๐Ÿ’š
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

Sphere Particle

This page was last updated for version v1.2.2

PreviousTargeted ParticleNextText Particle

Last updated 3 months ago

Format

sphere [args]

Description

It helps you to create a sphere of particles.

All the arguments in also apply to this.

Keep in mind that sphere particle style calculations are heavier than other particle styles. This doesn't mean it will make lag spikes, but it is not that optimized well compared to other particle styles. We'll look into optimizing this style in the future. You don't have to worry about this, this is just a reminder. Additionally, sphere particle style isn't used in any effects for now.

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

particles

particle amount

particles=INTEGER

particles=32

50

*

*

radius

sphere radius

radius=<RANGE>

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

1

*

*

full

set to false for a half-sphere, or true for a complete sphere

full=<BOOLEAN>

full=false

true

*

*

reverse

set to true to reverse the direction of the shield (works only if full is set to false)

reverse=<BOOLEAN>

reverse=true

false

*

*

tick-data

sets the color by each particle if enabled, or all the particles will be the same colored

tick-data=<BOOLEAN>

tick=true

false

*

tick

Single Particle