> 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.md).

# Configuration

## Placeholder Replace Order

```yaml
placeholder-replace-order: TEXT # PAPI_FIRST / LOCAL_FIRST
```

Supported replace orders:

* PAPI\_FIRST
* LOCAL\_FIRST

{% hint style="danger" %}
Be careful with **LOCAL\_FIRST** in **messages.yml** since it can lead to placeholder injection. For example, typing `/lbm %otherplayer_ip_SomePlayer%` (OtherPlayer expansion needed) would parse the IP of SomePlayer and show it in the message.
{% endhint %}
