💚
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
  • Stop
  • None
  • Return
  • Break
  • Break Handler
  1. Effects
  2. Creating Effect
  3. Script Types

Others

This page was last updated for version v1.2.0

Stop

stop

  • Stops the effect and resets player's effect


None

none

  • Does nothing


Return

return

  • When return is executed, further lines won't be executed


Break

break

  • When break is executed, further lines won't be executed at that stage of the loop for that tick handler, but the tick handler's loop will continue


Break Handler

break-handler

  • When break-handler is executed, further lines won't be executed and the loop for that tick handler will break

PreviousLightningNextPresets

Last updated 3 months ago