GappleCooldown Cooldowns on Enchanted Golden Apples
Features: • Add cooldowns to players using Enchanted Golden Apples • Reset all cooldowns • Light-weight, with all messages being fully customizable • Support for PlaceholderAPI placeholders in messages as well as added placeholders
Commands: • /gapplecooldown [reload | get | total] [player] • The main plugin command, no arguments provides plugin info. Reload reload's the plugin's config as well as clears player's cooldowns. • Permission: gapplecooldown.admin
Permissions: • gapplecooldown.admin - access to /gapplecooldown • gapplecooldown.bypass - allows a player to bypass the cooldown
Placeholders (Requires PlaceholderAPI): • %gapplecooldown_cooldown% - Player's remaining cooldown time ("None" if none currently active) • %gapplecooldown_total_cooldowns% - The total amount of players on cooldowns
# Gapple Cooldown by pdev # COOLDOWN # • The amount of SECONDS the cooldown should last for # • This amount should be a whole number (it's a long), for example: 60 # • The default value is 300 (5 minutes) cooldown: 300
# MESSAGES prefix: "&e&lGappleCooldown &r&8»&7" insufficient-perms: "&cInsufficient permissions." cooldown-message: "%prefix% You must wait &c%cooldown% &7before using a gapple again!" wrong-usage: "%prefix% Incorrect usage (try &e%usage%&7)." reload-message: "%prefix% plugin reloaded." no-player: "&cPlayer not found, please try again." cooldown-other-active: "%prefix% &e%player% &7has &a%cooldown% &7left on their cooldown." cooldown-other-inactive: "%prefix% &e%player% &7currently is not on cooldown." total-cooldowns: "%prefix% There are &e%total% &7players on cooldown right now."