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

# Configuration

## General

```yaml
modules:
  # This module allows you to set a few seconds between each message from the player.
  #
  # Chat cooldown module loaded from modules/chatcooldown.yml
  chat-cooldown: true
```

* modules.chat-cooldown: Enable/disable the module.

***

## Module

#### Cooldown Seconds

```yaml
# The number of seconds a player must wait between messages.
cooldown-seconds: 3
```

* The seconds between messages
