Cooldown Manager
Manage cooldowns for items, commands, and with api
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Cooldown Manager
CooldownManager
A lightweight cooldown plugin for Spigot/Paper servers. Assign cooldowns to any item directly in-game and manage them through a clean, simple GUI — no config editing required.
---
Features
- Assign a cooldown to any item directly from your hand - Remove cooldowns through an intuitive GUI - View and manage all active cooldowns in one place
---
Commands
/cm
Opens the cooldown management GUI, where you can view and manage all currently registered item cooldowns from one interface.
Usage: `/cm`
---
/cm create <time>
Hold the item you want to apply a cooldown to, then run this command with a duration. The cooldown will be registered to that item automatically.
Usage: `/cm create <time>`
Examples:
- `/cm create 30s` — Assigns a 30-second cooldown to the item in your hand - `/cm create 5m` — Assigns a 5-minute cooldown to the item in your hand - `/cm create 1h` — Assigns a 1-hour cooldown to the item in your hand
Once created, the cooldown will appear inside the `/cm` GUI where you can review it alongside all other registered cooldowns at any time.
---
/cm remove
Opens a GUI listing all items that currently have a cooldown registered. Simply click the item you want to remove and its cooldown will be deleted instantly — no commands or typing needed.
Usage: `/cm remove`
---
How it works
1. Hold the item you want to put on cooldown in your hand 2. Run `/cm create <time>` to register it 3. Use `/cm` to open the management GUI and view all active cooldowns 4. Use `/cm remove` to open the removal GUI and click any item to delete its cooldown
---
Compatibility
- Spigot / Paper 1.18+ - Java 17+
---
Support
Found a bug or have a feature request? Open an issue on the project repository or leave a comment below.