Skip to main content

Warn Points Config

Source file:

modules/chat/Moderations/config.yml

Notes from source comments

Warn points work with these detections:

  • spam
  • antiswear
  • antiadvertising
  • antiunicode
  • flood normalization
  • anti-caps rewrite

Source comments also list these placeholders for commands:

  • %player_name%
  • %player%
  • %name%
  • %reason%
  • %points%
  • %total_points%
  • %added_points%
  • %trigger_points%
  • %threshold%
  • %input%
  • %within_seconds%

Main keys

warn-points:
bypass-permission: "fiochat.warnpoints.bypass"
settings:
within-seconds: 300
reset-on-punish: false
points:
spam: 1
antiswear: 2
antiadvertising: 2
antiunicode: 1
flood: 0
anticaps: 0
commands:
'5':
- "tempmute %player_name% 10m Chat warning points reached (%points%)."
'10':
- "mute %player_name% Chat warning points reached (%points%)."
Page note

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