Skip to main content

Flood Config

Source file:

modules/chat/Moderations/config.yml

Notes from source comments

  • This is the chat-flood sub-module inside chat-management.
  • It collapses repeated-character flooding.
  • Example documented by source comments: with limit 2, baaaad becomes baad.
  • Source comments say this edits player input before anti-swear, cooldown, and anti-repeat checks.

spy

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

This section defines staff spy messages for flood normalization events.

chat

chat:
enabled: true
collapse-repeated-characters: true
repeated-character-limit: 2
letters-only: true
whitelist: []

This section controls repeated-character collapse for chat.

commands

commands:
enabled: false
collapse-repeated-characters: true
repeated-character-limit: 2
letters-only: true
whitelist:
- "/login"
- "/l"
- "/register"
- "/reg"

This section controls repeated-character collapse 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.