> For the complete documentation index, see [llms.txt](https://natorog.gitbook.io/zelchat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://natorog.gitbook.io/zelchat/chat-filters/cooldown.md).

# Cooldown

***

```
Every player will need to wait X seconds to send again a message.
```

```yaml
  cooldown-messages:
    enabled: true
    interval: 3 # Expressed in seconds
```
