/
Advanced chat management and control plugin for Paper 1.21.x - 26.1.x
Chat toggle, message filtering, slowmode, multi-language support, and LuckPerms integration
Formerly known as vChatUtils
These will be made in the future of this plugin, if you wanna support us to add these features faster then join our discord!
| Command | Description | Permission |
|---|---|---|
/chatcontrol | Show plugin info (version, author, links) | Everyone |
/chatcontrol clear | Clear the chat | chatcontrol.admin |
/chatcontrol on | Enable chat | chatcontrol.admin |
/chatcontrol off | Disable chat | chatcontrol.admin |
/chatcontrol status | Show plugin status | chatcontrol.admin |
/chatcontrol reload | Reload configuration | chatcontrol.admin |
Alias: /cc = /chatcontrol (configurable via short-alias in config.yml)
| Permission | Description | Default |
|---|---|---|
chatcontrol.admin | Access to all commands | op |
chatcontrol.bypass | Write when chat is disabled | op |
# ============================================
# ChatControl Configuration
# ============================================
# MiniMessage format guide:
# <red>, <green>, <blue> - colors
# <bold>, <italic>, <underlined> - styles
# <gradient:red:blue> - gradients
# <color:#ff0000> - hex colors
# ============================================
# --- General ---
prefix: "<dark_gray>[<red>ChatControl<dark_gray>] "
language: "en"
# --- Commands ---
english-aliases: true
polish-aliases: false
short-alias: true
# --- Chat Toggle ---
chat-enabled: true
hide-join-messages: false
hide-leave-messages: false
hide-advancements: false
# --- Slowmode ---
enable-chat-slowmode: true
chat-slowmode: 3
# --- Chat Filter ---
enable-chat-filter: true
chat-filter:
- "(?i)fuck"
- "(?i)shit"
- "(?i)asshole"
- "(?i)nigger"
- "(?i)discord\\.gg"
# --- Allowed Characters ---
# Enable character whitelist to block unwanted symbols/homoglyphs
enable-allowed-characters: true
# Regex pattern of allowed characters (messages with any char outside this set are blocked)
allowed-characters-regex: "^[a-zA-Z0-9\\s\\-_/\\\\.,!?;:'\"()\\[\\]{}@#$%^&*+=<>~`]+$"
# --- Chat Format ---
enable-chat-format: true
chat-format: "{prefix}{suffix}<white>{username}</white> <dark_gray>\u00bb</dark_gray> <white>{message}</white>"
# --- Integrations ---
luckperms-integration: true
This project is licensed under the vProLabs General License.
Made with 🔥 by vProLabs

Take control of your chat. Toggle, filter, slowmode, hide spam, LuckPerms support & more! Formerly vChatUtils.