- Compatible API Versions
- 1.0.0
- Sourcecode
- https://github.com/MEFRREEX/ChatFilter
A simple chat filter for your Nukkit server!
This plugin is a fork of the Spigot plugin. Original plugin: https://www.spigotmc.org/resources/chatfilter.60942/
Config:
Permission:
With filter:

This plugin is a fork of the Spigot plugin. Original plugin: https://www.spigotmc.org/resources/chatfilter.60942/
Config:
Code:
# Use '§' or '&' to change the color of the message.
messages:
# Chat filter bypass permission: chatfilter.bypass
warning-message: '§c§lThere is a forbidden word in your message. §r§7You can get a mute for excessive matting!'
enable-warning-message: false
block-message: "§c§lYour message has been blocked. §r§7You can get a mute for excessive matting!"
enable-block-message: true
chatfilter:
# Example: Hello will be replaced with ****
replace-symbol: '*'
# Available: block - message blocking, replace - replacing the message with stars.
filter-type: "replace"
# You can continue this list as long as you want just copy my examples above
muted-words:
- 'word 1'
- 'word 2'
- 'word 3'
Without filter:
With filter: