McCompetitiveCooldown
A Modern Competitive Server Cooldown System
A Modern Competitive Server Cooldown System
✦ Overview
Keep your competitive servers fair and balanced with McCompetitiveCooldown! This powerful plugin allows you to restrict players from joining competitive game modes for specified durations. Perfect for tournament servers, competitive minigames, and ranked gameplay.
✦ Key Features
- Universal Compatibility - Works seamlessly on both BungeeCord and Velocity
- Smart Server Matching - Use wildcards to easily manage multiple servers (e.g., "bedwars*", "ranked*")
- Modern UI - Beautiful, clean message formatting that players will love
- Flexible Storage - Choose between MySQL or file-based storage
- Performance Focused - Lightweight and optimized for busy networks
✦ Commands & Permissions
Code (Text):
➤ /cc <player> <time> [reason] (mccompetitivecooldown.admin)
➤ /cc check <player> (mccompetitivecooldown.check)
➤ /cc list (mccompetitivecooldown.admin)
➤ /cc reset <player> (mccompetitivecooldown.reset)
➤ /cc help (mccompetitivecooldown.admin)
Aliases: /competitivecooldown, /compcool, /ccool
- 30s - 30 seconds
- 5m - 5 minutes
- 2h - 2 hours
- 1d - 1 day
- 7d - 7 days
- 30d - 30 days
✦ Message Preview
Code (Text):
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMPETITIVE COOLDOWN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
You have been restricted from competitive servers!
Duration: 30m
Reason: Administrative action
• Please follow our server rules
• Practice in non-competitive modes
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Spoiler: Server Restrictions
Here's how you can blacklist and whitelist servers!
Pro Tip: Use regex patterns to match multiple servers (e.g., bw* matches bw-1, bw-2, etc.)
"servers": {
"restricted_servers": [
"bedwars*",
"skywars*",
"competitive*",
"ranked*",
"tournament*"
],
"exempt_servers": [
"lobby",
"hub",
"practice"
]
}
Pro Tip: Use regex patterns to match multiple servers (e.g., bw* matches bw-1, bw-2, etc.)
Code (Text):
"servers": {
"restricted_servers": [
"bedwars*",
"skywars*",
"competitive*",
"ranked*",
"tournament*"
],
"exempt_servers": [
"lobby",
"hub",
"practice"
]
}
Spoiler: Storage Options
"storage": {
"type": "FILE", // or "DATABASE"
"database": {
"host": "localhost",
"port": 3306,
"database": "mccompetitivecooldown",
"username": "root",
"password": "password",
"table_prefix": "mcc_"
}
}
Code (Text):
"storage": {
"type": "FILE", // or "DATABASE"
"database": {
"host": "localhost",
"port": 3306,
"database": "mccompetitivecooldown",
"username": "root",
"password": "password",
"table_prefix": "mcc_"
}
}
✦ Support & Updates
- Join our Discord: https://discord.mythical.systems
- Regular updates and improvements
- Fast and friendly support
- Open to suggestions and feature requests
✦ Quick Links
❤ Thank you for using McCompetitiveCooldown! ❤
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
McCompetitiveCooldown [Velocity/BungeeCord] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 31 times (via Spigot). Download it and open it directly in the game.