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

Last updated