Skip to main content

AntiUnicode Config

Source file:

modules/chat/Moderations/config.yml

Notes from source comments

  • This blocks chat messages when they contain unicode characters.
  • Source comments say it checks only the player's chat message input.
  • Rank format, channel prefix, and plugin formatting are ignored.
  • It does not scan formatted output.
  • Fixed bypass permission documented by source comments:
    • fiochat.chat.antiunicode.bypass

spy

spy:
chat: "..."

This section defines the staff spy message for anti-unicode violations.

chat

chat:
enabled: true
message: "..."
ascii-only: true
title:
enabled: true
actionbar:
enabled: false
sound:
enabled: true
whitelist:
- "?"
- "!"

ascii-only

Source comments say:

  • true blocks any codepoint above ASCII 127
  • false is kept as a relaxed mode for future extension
Page note

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