# Options

## AuthorLimit

{% hint style="warning" %}
Limit of MelodyPlayer is limited per Author(player).
{% endhint %}

```yaml
Options:
  Player:
    AuthorLimit:
      Default: 9
```

### Extend limit

By permissions, you can extend limit of MelodyPlayers for player.&#x20;

Simply create `KEY` and assign it value.

```yaml
Options:
  Player:
    AuthorLimit:
      Extension:
        PRINCE: 3
        KING: 9
```

{% hint style="info" %}
Default + Extension = Total Limit
{% endhint %}

#### Example

Extension with key `VIP_GOLD` extends limit by `5`. In configuration file, it will look like this:

<pre class="language-yaml"><code class="lang-yaml">Options:
<strong>  Player:
</strong>    AuthorLimit:
      Extension:
        VIP_GOLD: 5
</code></pre>

Player with permission `MelodyPlayer.Player.Author.Limit.VIP_GOLD` can create **14** MelodyPlayers. (9 as Default + 5 by extension)

{% hint style="warning" %}
At applying more permissions on the player, only permission with highest value will be used!
{% endhint %}


---

# 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://wiki.innouniq.com/plugins/melody-player/configuration/options.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.
