vCooldowns - An Advanced Cooldown/Warmup Plugin

Discussion in 'Plugin Requests' started by ckav11, Jul 29, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    ckav11

    Version: 1.8.8

    Plugin Name: vCooldowns

    Description: A Plugin to add a cooldown to commands or items configurable for each rank. Would be cool if you can store the cooldown time in a mySQL database so the cooldown doesn't restart after server restarts. Would love this but not needed. I would also like this plugin to block all aliases to the commands and the arguments to a command entered in the configuration(I have ProtocolLib, Vault, and PermissionsEx if needed for a dependency). I would also like cooldowns to be compatible on items via a permission node. Warmups should be cancelled upon damage, move, sneak, and sprinting.

    Commands/Permissions:
    Base Command: /vc
    Help Command: /vc help
    Cooldown Check Command: /vc cooldown alias: /cooldown
    Reload Command: /vc reload
    Permissions:
    vcooldowns.reload
    vcooldowns.bypass #if possible please don't have it give this permission to op. We can revoke node if needed.
    vcooldowns.check #allows you to check how long until cooldown is over!

    Preferred Config File
    Code:
    #Cooldown/WarmupInformation. Note: Time is measured in seconds.
    Global:
        Warmups:
        - echest: 5
        - vault: 5
        Cooldowns:
        - echest: 20
        - vault: 20
        ItemCooldowns:
        - ENDER_PEARL: 10
        - GOLDEN_APPLE: 10
    Groups:
      Member:
        Warmups:
        - wild: 3
        Cooldowns:
        - wild: 180
    prefix: &8[&cvCooldowns&8]
    cooldown: %prefix% &7You need to wait &c%time% &7before you are able to use that again.
    reload: %prefix% &7The plugin has been reloaded!
     
  2. Offline

    ckav11

  3. Offline

    ckav11

    Bump
     
  4. Offline

    ckav11

    Bump
     
  5. Offline

    ckav11

    Bump
     
  6. What do you mean by warmup

    Like when you place it first you can use it or what?
     
  7. Offline

    ckav11

    The time before it the command will process once entered.
     
  8. What rank system are you using? Is it supported by vault?
     
  9. Offline

    ckav11

    PErmissionsEx, and yes it's supported by Vault
     
Thread Status:
Not open for further replies.

Share This Page