Darrionat Plugins
  • Welcome
  • Plugins
    • Bans+
      • Commands & Permissions
      • Configuration Files
      • GUIs
      • MySQL
      • Trivia
    • Command Cooldown
      • Commands & Permissions
      • Configuration Files
        • cooldowns.yml
        • config.yml
        • messages.yml
      • MySQL
      • Trivia
    • Custom Enchants+
      • API
      • Commands & Permissions
      • Configuration Files
        • config.yml
        • enchants.yml
        • lores.yml
        • messages.yml
      • Custom Blocks
      • Dependencies
      • Enchantments
      • GUIs
      • Scrolls
      • Wands
      • Trivia
    • PrisonPick
      • Autosell
      • Commands & Permissions
      • Configuration Files
        • autosell.yml
        • config.yml
        • enchants.yml
        • messages.yml
      • Dependencies
      • Enchantments
      • GUIs
      • Inventory Management
      • Placeholders
      • Saving Data
  • Libraries
    • PluginLib
      • Creating Your Plugin
      • Commands
      • Configs
      • ErrorHandler
      • Gui
  • Discord Bot
    • SpigotMC Bot
      • Commands
  • Links
    • Discord
    • GitHub
    • SpigotMC
  • Support Me
    • Patreon
Powered by GitBook
On this page

Was this helpful?

  1. Plugins
  2. Command Cooldown
  3. Configuration Files

messages.yml

bypassCooldown: '&eBypassing cooldowns'
noLongerBypassing: '&eNo longer bypassing cooldowns'
onCooldown: '&cYou still have &e%time% &cleft on that command'
reload: "&eReloading all configs"
resetCooldowns: '&aReset %player%s cooldowns'
errors:
  noPermission: '&cYou do not have the permission &e%perm%'
  onlyPlayers: '&cOnly players can use that command!'
  useOnlinePlayerOrUUID: '&cUse a UUID or name of an online player!'
baseMessage:
  - '&a&lCommand Cooldown %version%'
  - '  &7/cc help'
helpHeader: '&a&lHelp Page &f%page%&7/&f%pageAmount%'
activeCooldowns:
  header: '&a%player%s Active Cooldowns:'
  commandWithActiveCooldown: '&e%command%'
  remainingTime: '  &e%time% &aremaining'
  noActiveCooldowns: '&a%player% has no active cooldowns'
commands:
  editor: '&a/cc editor &7- Opens up the cooldown editor'
  bypass: '&a/cc bypass &7 - Bypass all cooldowns'
  cooldowns: '&a/cc cooldowns [player/UUID] - View a players active cooldowns'
  removecooldowns: '&a/cc removecooldowns [player] - Resets a players cooldowns'
  reload: '&a/cc reload &7- Reloads all configs'
Previousconfig.ymlNextMySQL

Last updated 9 months ago

Was this helpful?