๐Ÿ’š
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
  • Permissions
  1. Effects

Mixer

This page was last updated for version v1.2.0

Description

Players can create unique effects by mixing effects. This allows them to run different effects simultaneously and have a better experience. The effects they mix are stored in their data and can be reused.

Players need a special permission to use the effect mixer. This permission can be changed through the config. Additionally, the permission to determine the maximum number of mixes a player can create and the number of different effects they can select while creating these mixes can also be toggled.

Permissions

permissions:
  mixer: "trparticles.mixer" # Effect mix permission

  # Mixer Limits
  # ------------
  # If this option is enabled, players can only create certain amount of effect mix
  # Permission: trparticles.mix_limit.<MAX_MIX>
  # Example: trparticles.mix_limit.9
  mix-limit-enabled: false
  # ------------
  # If this option is enabled, players can only select certain amount of effect for effect mix
  # Permission: trparticles.mix_limit.<MAX_EFFECTS>
  # Example: trparticles.mix_effect_limit.2
  mix-effect-limit-enabled: false
PreviousPresetsNextStatic Effects

Last updated 3 months ago