💚
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
  1. Effects
  2. Creating Effect
  3. Tick Handlers

Events

This page was last updated for version v1.4.1

Description

You can create tick handler that only works when that event happens. For example, if you set the event value to ELYTRA, it will only be working when player glides with elytra.

  • ELYTRA

  • MOVING

  • STANDING

  • SNEAKING

  • PROJECTILE

  • MOB_DAMAGE

  • MOB_KILL

  • PLAYER_DAMAGE

  • PLAYER_KILL

  • TAKE_DAMAGE

  • RIDE_VEHICLE

  • STATIC (Works only on static effects)

  • NONE (Works on every event, not an actual event)

PreviousTick HandlersNextMixer Options

Last updated 3 months ago