ChatCensor has been archived. ChatCensor will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Creators
Details
MERGED WITH XD'S UTILS
Description
ChatCensor is a powerful chat moderation plugin designed to filter and block unwanted words or custom regex patterns in real-time player chat.
Config
###############################################################
#
# /$$$$$$ /$$ /$$
# /$$__ $$| $$ | $$
# | $$ \__/| $$$$$$$ /$$$$$$ /$$$$$$
# | $$ | $$__ $$ |____ $$|_ $$_/
# | $$ | $$ \ $$ /$$$$$$$ | $$
# | $$ $$| $$ | $$ /$$__ $$ | $$ /$$
# | $$$$$$/| $$ | $$| $$$$$$$ | $$$$/
# \______/ |__/ |__/ \_______/ \___/
#
# /$$$$$$
# /$$__ $$
# | $$ \__/ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$
# | $$ /$$__ $$| $$__ $$ /$$_____/ /$$__ $$ /$$__ $$
# | $$ | $$$$$$$$| $$ \ $$| $$$$$$ | $$ \ $$| $$ \__/
# | $$ $$| $$_____/| $$ | $$ \____ $$| $$ | $$| $$
# | $$$$$$/| $$$$$$$| $$ | $$ /$$$$$$$/| $$$$$$/| $$
# \______/ \_______/|__/ |__/|_______/ \______/ |__/
#
###############################################################
# 1 : **** Word
# 2 : Remove Word
# 3 : Block Full Message
censor-style: 1
# List of blocked words
censored-words:
- badword
- testword
# List of blocked regex patterns
censored-regex:
- regex1
- regex2
# List of blocked phrases
censored-phrases:
- bad phrase
- test phrase
###############################################################
# List of whitelisted words
whitelisted-words:
- whitelistword
# List of whitelisted regex patterns
whitelisted-regex:
- whitelistregex
# List of whitelisted phrases
whitelisted-phrases:
- whitelist phrase
###############################################################
# 1 : Default - <user> message
message-style: 1
###############################################################
# Discord webhook enabled
discord-webhook-enabled: false
# Discord webhook URL
discord-webhook-url: ''
###############################################################