> For the complete documentation index, see [llms.txt](https://docs.aeonxd.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeonxd.xyz/plugins/leaderboardmenus/configuration/config.yml.md).

# config.yml

## **License key**

```yaml
license-key: TEXT
```

The license key is used to activate the plugin. You can get your key from my Discord server found at <https://discord.aeonxd.xyz>. More info in [Activation | Read Me!](/plugins/activation-or-read-me.md)

## Settings

### Leaderboard plugin

{% code fullWidth="false" %}

```yaml
leaderboard_plugin: PLUGIN # AjLeaderboards / Topper
```

{% endcode %}

Supported plugins to hook into:

* AjLeaderboards
* Topper

## Debug Level

```yaml
debug_level: LEVEL # ALL / CONFIG / OFF
```

Debug levels:

* ALL: Logs every kind of debug
* CONFIG: Logs useful debugging information if there's a problem in the configuration files
* OFF: Turns off debug logging

## Update

```yaml
check_updates: BOOLEAN # true / false
```

Whether to check for updates. Default: true

```yaml
check_interval: NUMBER # hours
```

How often to check for updates, in hours. Default: 24

## Cache

<pre class="language-yaml"><code class="lang-yaml"><strong>load_on_enable: BOOLEAN # true / false
</strong></code></pre>

Whether to load entries on server startup, runs asynchronously.

## Hooks

<pre class="language-yaml"><code class="lang-yaml"><strong>skinsrestorer:
</strong><strong>  enabled: BOOLEAN # true / false
</strong></code></pre>

Whether to use [SkinsRestorer](https://modrinth.com/plugin/skinsrestorer/version/15.7.8) for loading skull textures.
