BQuiet
Overview
This is a simple plugin that helps in the battle against spam and chat abuse in the MineCraft world. It has the following features and was originally written for our server http://www.mcbadgercraft.com
- Stops players saying the same message within a certain time frame.
- Stops players talking for a given amount of time upon on login.
- Stops players saying messages quicker than a certain time.
- Stops players using more than a given percentage of caps in a message.
- Optionally forces caps messages to lower case rather than cancelling the message.
Youtube
Permissions
- bQuiet.exclude
Excludes a player from all spam detection, great if you have some kind of trusted rank.
Configuration
number_of_messages: 3
number_of_seconds_silenced_on_login: 5
number_of_seconds_between_duplicate_messages: 2
number_of_milliseconds_between_messages: 200
minimum_message_length_to_check_for_caps: 2
max_percentage_of_caps_in_a_message: 80
force_lowercase_rather_than_deny_caps_message: false
Requirements
Vault - http://dev.bukkit.org/server-mods/vault/

