# === [ Plugin Settings ] === plugin { # This activates phoning home to www.slipcor.net callhome=true # This is the language file you wish to use "language_file"="lang_en.conf" } # === [ Punishment Settings ] === punish { # Setting this to true will ban players as the final level of punishment ban=true # This setting determines how long (in seconds) a player will be watched for additional spam before downgrading them to the lowest punishment level cooldown=300 # Setting this to true will kick players as the second level of punishment kick=true # Setting this to true will mute players as the first level of punishment mute=true # If mute punishment is used, this is how long (in seconds) the player will be muted for "mute_time"=30 # What should be muted? Possible values: chat, command, both "mute_type"=both } # === [ Message Spam Settings ] === spam { # The caps limiter setting allows for a maximum amount/ratio of caps per message caps { # How many uppercase characters are allowed per message maxamount=0 # How many uppercase characters relatively to the length are allowed ratio=0 # restrict=true # How many letters are required before checking threshold=5 } # Check for IPs and punish when found "check_ips"=false # Check for URLs and punish when found "check_urls"=false # The message rate settings determine how many messages per period are allowed before they are considered spam rate { # Amount of messages allowed limit=3 # Length of the check period in seconds period=1 # Prevents messages above the rate limit from displaying prevent=true } # The repeat settings allow you to prevent users from repeating the same message in a row repeat { # If set to true, this will block repeat messages block=true # If SpamHammer is set to block repeat messages, this is how many messages before they are considered repeats limit=2 } # The commands listed here will be included in spam checking "spam_cmd_checklist"=[ g, general, yell ] }