Have you ever wanted to limit spamming on your Minecraft server with almost no effort? If so, then Chat Cooldown is just for you!
Are you missing a feature?
Do you have any questions, suggestions, or bug reports?
Join our Discord!
❯ Current Features ❮
- Add a chat cooldown. Players will be able to send a message every X seconds.
- An unlimited number of permission groups. You can set an unlimited number of groups and set a lower cooldown for your VIPs or Admin Team!
- Minecraft and hex color support. Hex colors are used in the format "&x&0&0&0&0&0&0" for the color #000000.
❯ Setup ❮
- Change config values and messages to your preferences or add new groups.
- Set the permission flags for your groups.
- Reload the plugin and you are done!
❯ Available Commands ❮
/chatcooldown reload
Reloads the plugin.
❯ Permissions ❮
chatcooldown.group.<group> - chat cooldown group
chatcooldown.reload - permission for /chatcooldown reload
❯ Config ❮
Code (YAML):
# Welcome to the Chat Cooldown config!
# Here you can set up groups for different chat cooldowns.
# Cooldown time is in always in milliseconds
# To use the cooldown time in the message, simply add "%s"
Groups:
default:
cooldown
: 6000
message
:
"&eYou can only send messages every %s seconds"
vip:
cooldown
: 3000
message
:
"&eYou can only send messages every %s seconds"
admin:
cooldown
: 0
message
:
""