Configuration

FunFilter Standard Configuration:

config.yml
# /funfilter - reload plugin (Permis funfilter.admin)
#
# funfilter.symbolblocker.bypass - character limit override
# funfilter.view - message matting

symbolBlocker:
  enabled: true
  regex: "[а-яА-ЯёЁa-zA-Z0-9]"
  message: "You are using forbidden characters!"

# The symbol to be replaced by
toBlock: '*'

# Blocked words list
blockedWords:
  - "fuck"

The plugin also supports HEX colors of format &#RRRGGBB

Last updated