# Mixer

## 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

{% tabs %}
{% tab title="config.yml" %}

```yaml
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
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://treasurestore.gitbook.io/treasure-particles/effects/mixer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
