EnderPearlCooldown

EnderPearlCooldown 1.0.1

Compatible API Versions
1.0.1+
EnderPearl Cooldown - Advanced cooldown management for ender pearls with permission-based timers and fully customizable messages.

📋 Features

  • ⏰ 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
📥 Installation

  1. Download the plugin JAR file
  2. Place it in your server's plugins/ folder
  3. Restart your server
  4. Configure the config.yml file to your preferences
⚙ Configuration
Default config.yml:

YAML:
# Default cooldown in seconds (if player has no specific permission)
default-cooldown: 5

# Cooldowns for different permissions
# Grant these permissions to player groups for different cooldown times
permissions:
  enderpearl.cooldown.1: 1
  enderpearl.cooldown.3: 3
  enderpearl.cooldown.5: 5
  enderpearl.cooldown.10: 10
  enderpearl.cooldown.15: 15
  enderpearl.cooldown.30: 30
  enderpearl.cooldown.60: 60

# Customizable messages
# Use & codes for colors: &a-green, &c-red, &e-yellow, etc.
# {seconds} placeholder will be replaced with actual time
messages:
  cooldown-active: "&cPlease wait {seconds} more seconds!"
  cooldown-set: "&aEnder pearl launched! Cooldown: {seconds}s"
  cooldown-finished: "&a✅ Ender pearl ready to use!"
  cooldown-update: "&6⏳ {seconds}s remaining..."
🔐 Permissions

PermissionCooldownDescription
enderpearl.cooldown.11 secondInstant cooldown
enderpearl.cooldown.33 secondsVery short cooldown
enderpearl.cooldown.55 secondsDefault cooldown
enderpearl.cooldown.1010 secondsMedium cooldown
enderpearl.cooldown.1515 secondsLong cooldown
enderpearl.cooldown.3030 secondsVery long cooldown
enderpearl.cooldown.6060 secondsMaximum cooldown
(none)5 secondsDefault cooldown time
🎨 Message Customization

Customize all messages in the config!
Author
Slavko / Frost
Downloads
7
Views
16
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Slavko / Frost

Top