HomeJavaModsRC CoolDown
RC CoolDown
ModsJava

RC CoolDown

by rocketsops · on Modrinth

RC Cooldown is a powerful and flexible Spigot plugin that allows server administrators to set custom cooldowns on any Minecraft items, weapons, and…

⬇ Download on Modrinth
RC CoolDown — screenshot 1RC CoolDown — screenshot 2RC CoolDown — screenshot 3

RC Cooldown - Advanced Item Cooldown Management Plugin

📋 Overview

RC Cooldown is a powerful and flexible Spigot plugin that allows server administrators to set custom cooldowns on any Minecraft items, weapons, and enchantments. With support for multiple languages, visual cooldown animations, and intelligent use detection, this plugin provides a comprehensive solution for balancing gameplay and preventing item spam.

✨ Features

🎯 Use Cases

📦 Installation

  1. Download the latest version of RC Cooldown from the releases page
  2. Place the .jar file into your server's plugins folder
  3. Restart your server or use /reload command
  4. Configure the plugin by editing plugins/RCCooldown/config.yml
  5. Use /rccd reload to apply changes

⚙️ Config

Basic Configuration

Open plugins/RCCooldown/config.yml:

# Language: EN, RU, UA, ES, DE
lang: EN

items:
  # Enchantments
  enchantment:riptide:
    enable: true
    cooldown: 15
    click_type: right_click
  
  # Items
  ENDER_PEARL:
    enable: true
    cooldown: 20
    click_type: right_click
  GOLDEN_APPLE:
    enable: true
    cooldown: 5
    click_type: right_click

Configuration Options

📝 Adding Items

Method 1: Edit Config File

  1. Open plugins/RCCooldown/config.yml
  2. Add your item under the items: section:
items:
  DIAMOND_SWORD:
    enable: true
    cooldown: 10
    click_type: right_click
  1. Save the file and run /rccd reload

Method 2: Use Commands (Recommended)

Use the /rccd add command to add items directly in-game:

/rccd add <item_id> <click_type> <seconds>

Examples:

/rccd add DIAMOND_SWORD right_click 10
/rccd add riptide right_click 15
/rccd add BOW left_click 5

Adding Enchantments

To add enchantments, simply use the enchantment name:

/rccd add riptide right_click 15
/rccd add channeling right_click 10

The plugin automatically detects if an ID is an item or enchantment - no prefix needed!

Finding Item IDs

🎮 Commands

Command Description Permission
/rccd reload Reload plugin configuration rccd.admin (OP by default)
/rccd list List all active cooldowns rccd.admin (OP by default)
/rccd add <id> <click_type> <seconds> Add a new cooldown rccd.admin (OP by default)
/rccd delete <id> Remove a cooldown rccd.admin (OP by default)

Command Examples

/rccd reload                    # Reload configuration
/rccd list                      # Show all active cooldowns
/rccd add MACE right_click 5    # Add 5-second cooldown to Mace
/rccd delete ENDER_PEARL        # Remove Ender Pearl cooldown

🌍 Languages

The plugin supports 5 languages:

Change language in config.yml:

lang: RU  # Change to your preferred language

Language files are automatically created in plugins/RCCooldown/lang/ folder.

🔧 Mechanics

Smart Use Detection

The plugin automatically detects how items are used:

Visual Cooldown

Anti-Spam Protection

💡 Benefits

1. Flexibility

2. Smart Detection

3. User-Friendly

4. Performance

5. Easy Management

6. Professional Features

📋 Defaults

The plugin comes with pre-configured cooldowns for popular items:

You can modify or remove these as needed.

🐛 Troubleshooting

Cooldown not working?

Messages not in my language?

Item not found when adding?

📄 Permissions

🔄 Updates

The plugin is actively maintained and updated. Check the releases page for:

📞 Support

For support, bug reports, or feature requests, please visit the plugin's page on Discord.

📜 License

This plugin is provided as-is for use on Minecraft servers.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more