Inactive [GEN/MECH] boosCoolDown 1.5.0 - Cooldowns and Warmups for all commands that you wish! [1240]

Discussion in 'Inactive/Unsupported Plugins' started by Boos, Jul 26, 2011.

  1. MOVED TO BUKKITDEV! New version there!
    boosCooldown - Cooldowns and Warmups for all (plugins)commands that you wish!
    Version: v1.5.0
    JAR : SOURCE

    Ever wanted to set cooldowns to your warps? Ever wanted to put that /warp arena to 5 minutes cooldown while putting /warp market to 1 minute cooldown? Then this plugin is for you! This plugin allows you to set warmups and cooldowns for every single command (even with parameters!) on your server! Configuration is extremely easy! Localization is even much easier!

    Features:
    • Permissions support!
    • Set warmups for commands you wish (even with parameters like /warp arena!).
    • Set cooldowns for commands you wish (even with parameters like /warp arena!) .
    • Cooldowns /warmups are not case sensitive! So if user uses /warp arena and then /warp ARena, he will still have cooldown!
    • Cooldowns can be cleared on server restart/reload
    • Cooldowns can be saved on server restart, to ensure that kits with 24 hours Cooldown will be used only once per 24 hours and not after every restart!
    • Easiest configuration EVER!
    • Easiest localization EVER!
    • Lightweight!
    Permissions:
    Show Spoiler

    CoolDown/Warm-Up exception:
    Code:
     - boosCoolDown.exception  

    Changelog:

    Version 1.5.0
    • Added: Warmup interrupts on damage!
    • Fixed: Some mayor bugs
    • Updated to latest recommended build
    Version 1.4.4
    • Fixed random ConcurrentModificationException, which caused server to crash
    Show Spoiler
    Version 1.4.3
    • Fixed warmup stucking when user disconnects while warming up
    Version 1.4.2
    • NPE fixes
    Version 1.4.1
    • Initial release
    Known Issues:
    • When you set cancel on damage to false in config, warmups will stuck after first command use. To fix it, stop server, set cance on damage to true, delete users.yml file and start server.
    Configuration:
    Show Spoiler

    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
        cooldown:
            /spawn: 60
            /home: 30
        options:
            unit_minutes: minutes
    #set your word for minutes in messages (for localizations)
            clear_on_restart: false
    #if false, cooldowns will be saved on server restart/reload, if true, cooldowns will be cleared on server restart/reload
            unit_seconds: seconds
    #set your word for seconds in messages (for localizations)
            unit_hours: hours
    #set your word for hours in messages (for localizations)
            message_warmup_alreadystarted: '&6Warm-Up process for&e &command& &6has already
                started.&f'
    #set your own message that user gets when he uses command, that is already on warmup
            message_warmup: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has
                warmed up.&f'
    #set your own message that user gets when he uses command, that has set warmup in this config
            message_cooldown: '&6Wait&e &seconds& &unit&&6 before you can use command&e
                &command& &6again.&f'
    #set your own message that user gets when he uses command, that is still on cooldown
    #IMPORTANT NOTE: &seconds& and &unit& and &command& are variables! Do not modify them or delete them!
    


    WARNING! Please read this before setting your configuration!
    Show Spoiler

    If you use configuration like this (warp with and without parameter), it will cause big problems! Please avoid it!
    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
            /warp: 60
            /warp arena: 20
        cooldown:
            /spawn: 60
            /home: 30
    
    You can use configuration like this:

    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
            /warp: 60
        cooldown:
            /spawn: 60
            /home: 30
            /warp arena: 20
            /warp market: 120
    
    Or like this:

    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
            /warp arena: 20
            /warp market: 20
        cooldown:
            /spawn: 60
            /home: 30
            /warp: 120
    
    Or like this:
    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
            /warp arena: 20
            /warp market: 120
        cooldown:
            /spawn: 60
            /home: 30
            /warp arena: 20
            /warp market: 120
    
    Or like this:
    Code:
    commands:
        warmup:
            /give: 60
            /home: 20
            /warp: 20
        cooldown:
            /spawn: 60
            /home: 30
            /warp: 120
    
    JUST DO NOT USE CONFIGURATION THAT HAS command with and without parameter UNDER SAME CATEGORY!

    Big thanks to beecub and sources of his plugin bCooldown!
    Big thanks to Pinkishu for pulling warmup interrupts on damage.
     
    AS1LV3RN1NJA and Hopium like this.
  2. ooh XD thank you :D
     
  3. Offline

    colddemon

    Does not help, still the same problem.
     
  4. Offline

    erdrickk

    awesome plugin. Is there any possible chance to make this somehow work with the World Edit Navigation Compass?
     
  5. @erdrickk try putting cooldown on /jumpto
     
  6. Offline

    Rich Boos

    Nice name :p
     
  7. Offline

    xLoGiiKzZo

    Does this work on build 1337
     
  8. Offline

    ToxicShade

    Would it be possible to add a new permissions node so some players do not have cooldowns, but warmup still effects them. e.g boosCoolDown.cooldown.exception and boosCooldown.warmup.exception,

    instead of just using one node which does a exception for both.
     
  9. Offline

    Monkz

    Can you add a command like /cooldowns to see what times are left on all the cooldowns?
     
  10. Offline

    1born2kill

    nice plugin
     
  11. Offline

    Lexington

    Same issue here , stuck on warmup , had to disable warmups completely.
    "Set cancel on damage in config file to true and delete users.yml." Did not help.
     
  12. Offline

    davvem

    Boos, please, can you update this for 1337? I would love that :(
     
  13. Offline

    Monkz

    Theres an odd glitch that happens once in awhile, and my players get their cooldown stuck at 31 minutes, when its set to 30, and the 31 minutes never counts down until i clear their cooldown config.
     
  14. Offline

    OrtwinS

    Same here, the warmups work once, and then get stuck on 1337, if you try to use for example home 30 minutes later, it says 'warmup already started'.

    Please fix! I dont want peopel tping out of pvp and such.
     
  15. Offline

    Marthaan

    I'm getting the same problem as the ones stating before here. People getting stuck on "warmup already started" making this plugin not compatible with version 1337.
    Also the plugin seems to interfere with Spout at some occasions.
     
  16. Offline

    Tauryuu

    @Boos The plugin download link is broken :(
     
  17. Offline

    wheresmyhotdog

    Same problem with the warmup issue. Any news?
     
  18. Offline

    heifinator

    Hopefully we get an update / fix for 1337!
     
  19. You will, but i have many things to school now, so it will be delayed a little.
     
  20. Offline

    heifinator

    Any ETA?
     
  21. Offline

    _ScrPt

    Looking at fixing this up, as it seems to be a bit inactive.
     
  22. Offline

    JoneKone

    Hope to see it for 1.0
     
  23. Offline

    Drtrider

    Any idea if the bugs will be fixed and updated?
     
  24. Offline

    RaesWolf

    i really need this for pvp issues with warps can you get it updated and working properly for 1.0? and can it be that i have it set for /warp and ANY warps will be affected?? Or will it be specific with /warp Storage?
     
  25. Offline

    sebastian97

    Anyone know of any good warmup plugins while we wait for this masterpiece to be updated?
     
  26. bCooldown
     
  27. Offline

    formaldehyd

    Also the same problem with warmups.

    Can you please fix it? Or anybody else?
     
  28. bCooldown is pretty much exactly the same, but still works.
     
  29. Offline

    formaldehyd

    But it doesn't support the termination of cooldown if a player get's hurt.
    That's why i want to use this plugin, but it seems i have to use the other one :(
     
  30. I'll ask the dev to add it, i'm interested in this also.
     
  31. Offline

    Bow

    Yes people keep saying that but if I google bCooldown search it on bukkit forums or bukkit dev I still can't find it.
     

Share This Page