> For the complete documentation index, see [llms.txt](https://wiki.innouniq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.innouniq.com/plugins/melody-player/configuration/options.md).

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