> 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/command-cooldown/configuration.md).

# Configuration

## General

```yaml
modules:
  # This module allows you to set a few seconds between each command from the player.
  #
  # Command cooldown module loaded from modules/commandcooldown.yml
  command-cooldown: true
```

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

***

## Module

#### Cooldown Seconds

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

* The seconds between commands
