Chat Manager
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/Kheeto/ChatManager-Plugin-Spigot
- Languages Supported:
- Customizable
Welcome to Chat Manager, a simple but useful plugins to manage your server's chat
Features:
- Chat cooldown
- Blacklist some words from your chat
Commands:
- /cmreload - Reloads the config
Permissions:
- cm.bypass.cooldown - Bypass the chat cooldown
- cm.bypass.blacklist - Can send blacklisted words in chat
- cm.reload - Reload the configuration files
![]()
Configuration
Code (YAML):
# Permissions:
# cm.bypass.cooldown - Bypass message cooldown
# cm.bypass.blacklist - Make a player able to write a blacklisted word in chat
# cm.reload - Permission to reload the configuration files
enableCooldown: true
blacklistWords: true
# Cooldown between messages
# An user needs the cm.bypass.cooldown permission to bypas the cooldown
Cooldown: 2
# Words that an user without the cm.bypass.blacklist permission cannot send in chat
BlacklistedWords:
- fuck
- shit
Messages:
Blacklisted: §6[ChatManager] §cDo not swear!
NoPermission: §6[ChatManager] §cYou do not have the permission to do that
Cooldown: §6[ChatManager] §cYou cannot do that for another
Seconds: §cseconds
Config: §6[ChatManager] §aConfiguration files reloaded
SenderIsConsole: §6[ChatManager] §cOnly players can use that command

ChatManager 1.5.1
A simple chat manager plugin, useful to block some words and add a chat cooldown.