WinterEco ChatControl
Description
Chat Control is the newest Member of the WinterEco Plugin series. It adds some useful Chat Administration features like Anti-Advertisment, Anti-Curse and fully configurable Whitelist and blacklist features. All the features are listed below.
Features
- Fully Configurable.
- Blocks Spam.
- Blocks Advertisement.
- Blocks Cursing.
- Can Charge a "Filter Fee" for filtering the message.
- Toggle able Economy System.
- Blocks Advertisement on Signs.
- Blocks Cursing on Signs.
- Blocks Advertisement in books.
- Blocks cursing in books.
Commands
None At This Time
Offical Server
Minestreak.net
Known Bugs
- Economy Can't Be Disabled to disable economy set filtercost to 0
Coming Soon
- Keeps Track of Warnings
- Kicks Plkayer After X warnings
- Configurable Kicking point
- Configurable Banning Points
- Chat Timer to prevent Spam
- Repeat Letter Sensor
Configuration
Config.yml
############################
#TheEdgeMc Anti Advertiser #
#By; Wintergrasped #
############################
onDetect:
command: ''
action: WARN #When An Advertisement is detected what will we do? WARN or KICK
messages:
player-message: '&5[&8The&5Edge&7Mc&5]&7 Message Filterd'
moderator-message: '&c{player} tried to say the following: &4{message}'
kick-message: '&cKicked for advertising'
kick-broadcast: '&c{player} was kicked for advertising'
stealth-mode-command: '&cAn internal error occurred while attempting to perform this command.'
whitelist:
#Whitlisted items will not be detected
- theedgemc.com
- theedgemc.net
- bukkit.org
- minecraft.net
- minecraftwiki.net
absolute-whitelist: []
blacklist:
#Black Listed Items Cannot be Said Period Single word or a Whole Saying and or sentence
- SomeOtherCraft
- Join my server
- Fuck
- fuck
- damn
- shit
- dick
- penis
- douche
- ass
- asshole
- sshole
- a.s.s.h.o.l.e
- a s s h o l e
checks:
domains: true
ips: true
blacklist: true
monitor:
chat: true
commands: true
signs: true
books: true
debug: false
stealth-mode: false
update-tld-list: true
config-version: 1
EconomyEnabled: true
filtercost: 1000
##########################
# AntiCaps Configuration #
##########################
# Maximum percentage of characters in a message allowed to be uppercase
max-caps-percentage: 25
# Minumum length of a message for the plugin to take effect. (Used to prevent false positives such as "Hi" being 50% caps.)
min-message-length: 4
# Characters to be treated as uppercase
uppercase-characters: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'