Disclaimer: I am still learning Spigot Development. Please report any issues or bugs using the support link.
This plugin is used to block certain words from being said in your chat or on signs.
Why should you use this plugin?
Chat Manager is a really popular plugin and for good reason. However, I found that there is a bug with filtering signs that the developer stated that he isn't sure as to when he'll fix it. This is the primary intension behind this plugin. It by default also has a chat filter enabled but you can turn that off in the config.
Config.yml
Code (YAML):
# Add words to this list to blacklist them. You can also use the /chatfilter add <word> command.
# Use /chatfilter remove to remove words from this list.
# Only people with permission "chatFilter.admin" will be able to use add and remove commands.
blacklisted-words
:
- fuck
- shit
- cock
# Settings for all filters:
chat:
enabled
: true
# Should the chat filter be enabled?
blocked-message
:
"&cYou can't say that in chat."
# This message will be sent to the player who said the blacklisted word.
staff-message
:
"&c%player% tried to swear in chat: %message%"
# This message will be sent to players with permission: chatFilter.staff
sign:
enabled
: true
# Should the chat filter be enabled?
blocked-message
:
"&cYou can't say that on a sign."
# This message will be sent to the player who said the blacklisted word.
staff-message
:
"&c%player% tried to swear on a sign. The sign filter found the following words: %words%"
# This message will be sent to players with permission: chatFilter.staff
# End of configuration!
# Made by Afa.
Please download to support me! Thanks for reading!
DOWNLOAD GOAL: 10 downloads