A Regex chat filter plugin
- Fast
Checks most messages in under a millisecond. - Multiple filter actions
- Highlighted staff notifications
Easily look at why the message was filtered. - Customizable
All messages are customizable!
- Go to the Releases Page and download the latest release.
- Drop it in your plugins folder and restart your server.
- Modify the configuration to your liking.
- Optional: Use the pre-made config
- chatfilter.bypass
Allows users to bypass the chat filter ifenable-bypass-permission
is enabled in the config. - chatfilter.notifications
- chatfilter.notifications.block
Allows users to see notifications when a message is blocked. - chatfilter.notifications.fake
Allows users to see notifications when a message is faked. - chatfilter.notifications.censor
Allows users to see notifications when a message is censored.
- chatfilter.notifications.block
The only API that exists at this time is the AsyncChatFilterEvent
.
You may use this event to cancel when a message gets filtered.