# Chat Mentions

```yaml
# if you type a user's name in chat, it will mention them.
chat-mentions:
    enabled: true

    # cooldown in ticks
    # can be bypassed with the "astrachat.channels.<channel>.manage" or "astrachat.admin" permissions
    cooldown: 0

    # maximum amount of mentions per message. 
    # set to 0 for none
    # can be bypassed with the "astrachat.channels.<channel>.manage" or "astrachat.admin" permissions
    limit-per-message: 0

    format: "<aqua>@%target%</aqua>"

    actions:
        # leave blank to disable
        # available placeholders:
        # - %sender% the person who mentioned them
        # - %target% the person being mentioned
        message: "<aqua>%sender%</aqua> mentioned you in chat!"
        
        # leave blank to disable
        sound: "minecraft:block.note_block.pling"
```

<figure><img src="https://1164530192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkbY2fVa6DXJVP4aV6fgr%2Fuploads%2FdrX6t2S9Jc0eYzbY15zD%2Fchat-mentions.gif?alt=media&#x26;token=0b853e0d-b3ca-4bc7-a6a9-9477c59cad86" alt=""><figcaption></figcaption></figure>
