- Compatible API Versions
- 1.0.1+
AstroCooldown - Advanced cooldown management with permission-based timers and fully customizable messages.
Features
Installation
Configuration
Default config.yml:
Permissions
Now custom in conig section!

Permission-based cooldowns - Different cooldown times for different player groups
Fully customizable messages - All text and messages configurable in config.yml
Visual cooldown display - Real-time action bar countdown with color formatting
Lightweight & efficient - Minimal performance impact with optimized code
Easy configuration - Simple YAML configuration with detailed comments

- Download the plugin JAR file
- Place it in your server's plugins/ folder
- Restart your server
- Configure the config.yml file to your preferences
- Reload the config with /epcreload (if needed)

Default config.yml:
YAML:
# Main cooldown for ender pearls (in seconds)
default-cooldown: 5
# Cooldown for golden apples (in seconds)
apple-cooldown: 30
# Cooldown for enchanted golden apples (in seconds)
enchanted-apple-cooldown: 60
# Permissions and their cooldowns
permissions:
enderpearlcooldown.vip: 3
enderpearlcooldown.premium: 2
enderpearlcooldown.mvp: 1
enderpearlcooldown.apple.vip: 15
enderpearlcooldown.apple.premium: 10
enderpearlcooldown.enchanted.vip: 30
enderpearlcooldown.enchanted.premium: 20
# Messages
messages:
cooldown-active: "&c⏳ Ender Pearl: &e{seconds}s"
cooldown-set: "&a⏳ Ender Pearl: &e{seconds}s"
cooldown-finished: "&a✅ Ender Pearl ready!"
cooldown-update: "&e⏳ Ender Pearl: &6{seconds}s"
apple-cooldown-active: "&c⏳ Golden Apple: &e{seconds}s"
apple-cooldown-set: "&a⏳ Golden Apple: &e{seconds}s"
enchanted-apple-cooldown-active: "&c⏳ Enchanted Apple: &e{seconds}s"
enchanted-apple-cooldown-set: "&a⏳ Enchanted Apple: &e{seconds}s"

Now custom in conig section!