Skip to main content

Cooldown Config

Source file:

modules/chat/Moderations/config.yml

Module Preview

Anti Spam Commands

Notes from source comments

  • This is the chat-cooldown sub-module inside chat-management.
  • It controls delay for chat and commands.
  • Blocked sends are cancelled.
  • %seconds% is replaced with remaining time.
  • Fixed bypass permissions documented by source comments:
    • fiochat.chat.cooldown.bypass
    • fiochat.command.cooldown.bypass
  • Source comments also note that when anti-repeat.chat.global-duplicate.enabled = true, classic chat cooldown checks are skipped by design.

spy

spy:
chat: "..."
command: "..."
command-blacklist:
- '/login'

This section defines staff spy messages and command blacklist entries for cooldown logs.

chat

chat:
enabled: true
cooldown: 3
message: "..."
title:
enabled: false
actionbar:
enabled: false
sound:
enabled: false
whitelist: []

This section controls cooldown for normal chat.

commands

commands:
enabled: true
cooldown: 3
message: "..."
title:
enabled: false
actionbar:
enabled: false
sound:
enabled: false
whitelist:
- "/login"
- "/l"
- "/register"
- "/reg"

This section controls cooldown for commands.

Page note

This page is source-backed and includes a short callout so the content reads like a guide instead of plain reference text.