> 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

Mention other players

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="https://4192870058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mix0kMe6uMSoQG3GdY-%2Fuploads%2FwE5MgteABqipvdZETIuK%2Fredischat_mentions.png?alt=media&amp;token=f5e1fb00-8706-47c1-b391-8aa1f6827fb7" 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>
```
