forked from Minecraft/Hush
Joey Hines
25d280ed55
Added configurable webhook cooldown + A webhook cooldown can be set in minutes + During the cooldown, commands are still run but the user does cause more webhooks to be sent + Bumped version Co-authored-by: Joey Hines <joey@ahines.net> Reviewed-on: https://git.etztech.xyz/Minecraft/Hush/pulls/9 Reviewed-by: Etzelia <etzelia@hotmail.com> |
||
---|---|---|
gradle/wrapper | ||
src/main | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
settings.gradle |
README.md
Hush
A plugin to monitor chat for forbidden phrases.
Watch Lists
Watch lists specifies phrases to monitor. Each watch list has an associated permission. In the form of
hush.<watchlist_name>
. A user with this permission will have their chat messages checked to see if
they match the corresponding watch list.
Watch lists contain two types of phrases, Monitored and Banned.
Monitored
Phrases that should be checked for context. If a user says one of these phrases, a Discord webhook is sent out.
Banned
A banned phrase results in an immediate ban. If a user says a banned phrase, they are kicked and added to the ban list. A webhook is also sent to Discord.