Why use this: Are you tired of chat plugins that handle 100000 things, but all you want are a few basic chat features? Yea, I got friggin tired of that as well!
Features: - Anti-Cursing
- Anti-Chat spam
- Anti-Caps
- Anti-Command spam
- Every feature can be disabled
Permissions: - chathelper.bypass - Bypass all chat checks
- chathelper.admin - Access to /chathelperreload
Commands: - /Chathelperreload - Reloads the plugins config
Dependencies: - None
# Words that aren't allowed
# to be typed in chat
#
# This check is designed to see
# if the message contains the
# anti-curse, and it also has
# additional checks for bypassing
# using symbols or spaces
#
# Disable by "AntiCurse: []"
AntiCurse:
- fuk
- fuck
- shit
- bitch
- dick
- nigg
- puss
- cunt
- whor
- vagina
- penis
# This is if you want the
# word "ass" to be checked for in chat
#
# This exists for a more efficient
# check, because ass is slightly more
# annoying due to words like "grass" and "class"
AssCheck: true
# Maximum caps in a message
# Disable by "MaxCaps: 0"
MaxCaps: 20
# List of commands to have a cooldown
# Cooldowns do NOT store in a database
# therefore I do NOT recommend using this
# for serious cooldown usages like kits
#
# Disable by "CommandCooldowns: []"
CommandCooldowns:
- msg:2
- message:2
- tell:2
- whisper:2
- pay:10
# Disable any of the below by putting [] after
AntiCurseMessage: "&cWarning: Your message contains a bad word!"
MaxCapsMessage: "&cWarning: Too many caps!"
ChatCooldownMessage: "&cError: You can't type for another %time%!"
CommandCooldownMessage: "&cError: You can't type '%command%' for another %time%!"
ReloadMessage: "&aChatHelper config successfully reloaded!"