An simple anti-swear plugin with support for chat,signs and /msg
The Blacklist Plugin helps server administrators maintain a safe and clean environment by automatically blocking blacklisted words and commands. Protect your chat, signs, and commands from inappropriate or forbidden content with configurable settings.
# -------------------------------------------------- #
# Blacklist Plugin #
# Author: Wise #
# -------------------------------------------------- #
# The prefix that appears before all plugin messages.
# Uses standard Minecraft color codes with '&'.
server-prefix: "&7[&6Blacklist&7] &7»"
# Settings for which features should be enabled.
# Set to 'false' to disable a feature.
features:
check-chat: true
check-signs: true
check-commands: true
# The word that will replace blacklisted words on signs.
sign-censor-replacement: "<3"
# Messages sent to players.
messages:
no-permission: "&cYou do not have permission to execute this command."
config-reloaded: "&aConfiguration files have been successfully reloaded!"
blocked-chat-message: "&cYour message was blocked because it contained a forbidden word."
usage-message: "&eUsage: /blacklist reload"