chatguardian

##########################
# true - enable, false - disable #
##########################

# 0 will be replaced by O
Replacements:
- 0|o
- 1|l
- '@|a'
# enable/disable updates checking
CheckUpdates: true
# enable/disable caps protect
Caps: true
# enable/disable flood protect
Flood: true
# enable/disable swearing protection
Swear: true
# enable/disable advert protection
Advertisment: true
# percent of letters in upper case, in which message will be caps
CapsPercent: 80
# time in seconds, after which message will not be flood
FloodTime: 10
# if true, message with violations will be cancelled
Cancel: false
# word, which will be replaced swear/advertising
Alternative: <censored>
Warnings:
# enable/disable warnings system
  enable: true
# should be other kind of warnings(for example: Flood 1/10 warns., Caps: 9/10 warns)
  custom: true
# count of warnings, after which player will be punished
  count: 10
  custom-alts:
# if custom - true, swear will be replaced with <swearing>
    swear: <swearing>
# if custom true, advert will be replaced with <advertisment>
    advert: <advertisment>
# check this commands for caps/flood/spam/swear
Check-cmds:
- /me
- /msg
- /tell
# regular expressions
Patterns:
  ip: \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d*)?
  domain: ([0-9a-z_а-я]{2,}\.)+(ru|com|org|ua|su|tv|net|biz|info|name|mobi|kz|by|lv|eu|tk|соm)(:\d*)?
Punishment:
# enable/disable ban
  ban: false
# enable/disable kick
  kick: true
  mute:
# enable/disable mute
    enable: false
# mute time
    minutes: 10
# enable/disable killing
  kill: false
# dispatch this command after punishment
  command: say {player} was banned for {reason}
# punish reason
  reason: You are bad boy!
# this words will not be checked
Whitelist:
- best-minecraft.ru
- 127.0.0.1

Comments

Posts Quoted:
Reply
Clear All Quotes