Blacklist-antiswear
An simple anti-swear plugin with support for chat,signs and /msg
Blacklist-antiswear
Blacklist Plugin
Author: Wise ---
Overview
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.
---
Features
- Check Commands: Automatically blocks messages containing forbidden words. - Check Commands: Censors forbidden words on signs using a customizable replacement. - Check Commands: Prevents players from using blacklisted commands. - Fully configurable messages with Minecraft color codes. - Lightweight and easy to set up.
---
config.yml
```
-------------------------------------------------- #
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" ```