Saturday, August 6, 2011

SpamHammer Plugin

The SpamHammer plugin is a plugin to help cleaning up the chat from the people that
love
to
write
every
word
on
new
line
hitting
the
enter
button
.

So basicly it counts messages send / seconds past.

The config is pretty basic - settings for shout it mute, kick or ban, what message to send, etc.

I personally set  my SpamHammer to kick people whenever they type more then 3 messages in 3 seconds.
My settings are:
abovelimit:
    message: You are typing too fast!
message:
    limit: 3
    preventabovelimit: true
    period: 3
    repeat:
        limit: 2
        block: true
ban:
    message: You have been banned for spamming.
kick:
    message: You have been kicked for spamming.  Keep it up and you'll be banned.
cooloff:
    message: Spamming punishment reset.  Be nice!
    time: 300
commands:
    unmute:
        failure: Player is not muted.
        success: Player has been unmuted.
    unban:
        failure: Player is not banned by SpamHammer.
        success: Player has been unbanned
    reset:
        success: Player's punishment level reset.
punishments:
    ban: false
    kick: true
    mute: false
mute:
    message:
        unmute: You are no longer muted.
        muted: You are muted!
        mute: You will be muted for %t second(s) for spamming.  Keep it up and you'll be kicked.
    length: 30
commandlist:
    possiblespam:
    - /g
    - /general
    - /yell
 The plugin has a blacklist too which is really usefull to ad mods etc so they don't get acidently kicked off.

If there is a plugin that you want me to review gimme your request in the comments below.

1 comment: