๐คCommunity-Submitted Filter
Constant increase of chat protection without an effort from you.
Configuration: swearing.yml
swearing.ymlenabled: true
# Bypass permission: advancedchat.bypass.rule.swearing
# This uses custom words list from our GitHub repository
swearWordsDatabase:
- https://raw.githubusercontent.com/AdvancedPlugins/Chat/main/swear%20words/en.json
- https://raw.githubusercontent.com/AdvancedPlugins/Chat/main/swear%20words/de.json
# allow swearing in these channels
disabledChannels:
- sc
# Should the plugin check for swear words in private messages?
inMsg: true
# Should the curse words be obfuscated? (words replaced with asterisks)
# If set to false, the message will not be sent at all.
obfuscate: true
# Message to send when a player swears
action:
- 'warn %player% Inappropriate language'
- 'alert %player% Inappropriate language [%message%]'Key Settings Explained
Last updated