
Blacklist-antiswear
An simple anti-swear plugin with support for chat,signs and /msg
- Загрузки
- 192
- Подписчики
- 0
- Обновлён
- 18 января 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 26 августа 2025 г.
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 Chat: Automatically blocks messages containing forbidden words.
- Check Signs: 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"
Ченджлог
1.0.2Релиз1.21.9, 1.21.10, 1.21.11 · 18 января 2026 г.
Update to Paper 1.21.1
- Updated paper-api dependency
- Updated Java version from 17 to 21 (required for Paper 1.20.5+)
1.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 14 сентября 2025 г.
- Added support for checking Item Names for Swear Words
- Updated Permissions
1.0.0Релиз1.21.6, 1.21.7, 1.21.8 · 26 августа 2025 г.
First version of blacklist
Комментарии
Загружаем…