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

# Default configuration

```yaml
# ╔══════════════════════════════════════════════════════════════╗
# ║                             TChat                            ║
# ║                      tect.host | by Alex                     ║
# ║                                                              ║
# ║                       commandcooldown.yml                    ║
# ╚══════════════════════════════════════════════════════════════╝

# DON'T TOUCH THIS!
config-version: 0

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

# Actions taken when a player runs a command while on cooldown.
# You can use %cooldown_remaining% to display the remaining seconds.
actions:
  - "[MESSAGE] <red>You must wait <yellow>%cooldown_remaining%s</yellow> before using another command."
```
