> For the complete documentation index, see [llms.txt](https://emibergo.gitbook.io/redischat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emibergo.gitbook.io/redischat/features/mentions.md).

# @Mentions

The mentioned player will receive a sound notification and a title *(todo)*

Just write in chat the name of an online player and it will be formatted as defined in the config section

<figure><img src="/files/GM3wfCoHUMuUeHrvxuJR" alt=""><figcaption></figcaption></figure>

## Configs

mentionSound ->

{% code title="config.yml" %}

```yaml
# Format id:volume:pitch
# You can find the list of sounds here: 
# https://jd.papermc.io/paper/1.20/org/bukkit/Sound.html
# Leave it empty "" to disable the sound
mentionSound: ENTITY_EXPERIENCE_ORB_PICKUP:1:1
```

{% endcode %}

[formats](/redischat/features/chat-formats.md) (list) ->&#x20;

```yaml
mention_format: <aqua>@%player%</aqua>
```
