Skip to main content

Alert and Spy Config

Source file:

modules/chat/Moderations/config.yml

File

  • modules/chat/Moderations/config.yml

Spy sections present in source

The current source contains spy blocks in these sub-modules:

  • cooldown.spy
  • flood.spy
  • antiunicode.spy
  • antirepeat.spy
  • antiswear.spy
  • anti-adv.spy

What these sections contain

Depending on the sub-module, the source file includes keys such as:

spy:
chat: "..."
command: "..."
sign: "..."
command-blacklist: []

Sub-module coverage from source

  • cooldown.spy has chat, command, and command-blacklist
  • flood.spy has chat, command, and command-blacklist
  • antiunicode.spy has chat
  • antirepeat.spy has chat, command, and command-blacklist
  • antiswear.spy has chat, command, sign, and command-blacklist
  • anti-adv.spy has chat, command, sign, and command-blacklist

Common placeholders documented by source comments

Depending on the sub-module, source comments document placeholders such as:

  • %player%
  • %world%
  • %input%
  • %seconds%
  • %module%
  • %type%
  • %location%

Permissions referenced by source comments

PermissionPurpose
fiochat.spy.cooldownStaff spy output for cooldown events.
fiochat.spy.floodStaff spy output for flood normalization events.
fiochat.spy.antiunicodeStaff spy output for anti-unicode violations.
fiochat.spy.antirepeatStaff spy output for repeat detection events.
fiochat.spy.antiswearStaff spy output for antiswear violations.
fiochat.spy.antiadvertisingStaff spy output for anti-advertising violations.
Page note

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