Configuration

# ChatMonster Config
# Remember to use SPACES ONLY! No tabs
#
#EN ONLY -- FR, SP COMING SOON
lang: EN
#
# Completely disable chatmonster
chatmonster-enabled: true
#
# Log to console when a command is run
suppress-output: false
# Sends the player his own unmodified message, but you have the option to show a censored version
deter-bypass:
  enabled: true
# Notify admins and console about advertisers
  show-caught-ads: false
auto-update:
  download: false
  notify: false
advertising:
  enabled:
    books: true
    signs: true
    chat: true
# Replaces all ip's in chat but those listed here
  whitelisted:
  - "your.serverip.here"
  - "127.0.0.1"
# IP's found in chat are replaced by this list
  replace: true
# Turn on warnings
  warn: true
# Warning limit
  limit: 3
# When the limit is reached, execute console commands
  on-limit:
    punishment: "kick %player% You're not allowed to advertise here!"
    second-offense: "ban %player% ChatMonster thinks you're too tasty to eat only once!"

censor:
  enabled:
    books: true
    signs: true
    chat: true
# Add any amount of words you'd like
  block:
  - test
  - profanity
  warn: true
  limit: 3
  on-limit:
    punishment: "kick %player% You're cursing too much!"
    second-offense: "ban %player% ChatMonster thinks you're too tasty to eat only once!"
#Chat only
  parse-all: true
# Replace censored words with what? "false" to cancel the message
  replace: "****"

eatspam:
  enabled: true
# Block excessive caps (over 50% caps)
  block-caps: true
# Block excessive symbols (3 in a row)
  block-excessive-symbols: true
# If A Player Capitalizes Each Word you can turn the message into lowercase
  No-Begin-Caps: true
# Amount of time each player must wait before speaking (milliseconds)
  duration: 2000
# How similar should a message be before it is considered spam?
  similarity: .65
  warn: true
  limit: 3
  on-limit:
    punishment: "tempban %player% 15 minutes"
    second-offense: "ban %player% ChatMonster thinks you're too tasty to eat only once!"


Comments

Posts Quoted:
Reply
Clear All Quotes