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

Mixer Options

This page was last updated for version v1.2.0

Description

To ensure smooth effect creation in the effect mixer and to avoid confusion for players, there are mixer options available for tick handlers. These settings allow for the following:

  • Whether the tick handler appears in the list while mixing effects.

  • Preventing the selection of another tick handler that works with the same event as the selected tick handler.

Additionally, other tick handlers required for the tick handler to function can be specified as dependencies. This way, after creating a mix, the dependencies are automatically added to the mix.

Options

lock-event

Format

mixer-options:
    lock-event: <BOOLEAN> # Default: true

Description

Prevents the selection of another tick handler that works with the same event as the selected tick handler.

private

Format

mixer-options:
    private: <BOOLEAN> # Default: false

Description

Determines whether the tick handler appears in the list while mixing effects.

depend

Format

mixer-options:
    depend: <LIST> # Default: empty list

Example

mixer-options:
    depend: [ 'some-tick-handler-key', 'another-tick-handler-key' ]

Description

Other tick handlers required for the tick handler to function can be specified as dependencies.

PreviousEventsNextScript Types

Last updated 1 year ago