Good Cooldown plugin

Discussion in 'Bukkit Help' started by Stud-Craft, Apr 28, 2014.

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

    Stud-Craft

    Does anyone know a good plugin that I can use to set a cooldown for /fix all and /tnt
    I tried booscooldown but it had all this weird stuff that I don't want like the waitinf for commands to warmup and stuff my config looked like this http://pastebin.com/ze8n4f2r so if in anyone knows what I did wrong or knows a good easy to use plugin for cooldowns just comment below.
    Thanks,
    Stud-Craft
     
  2. Offline

    LHammonds

    Well, you could remove the permissions for those commands entirely and then use something like ServerSigns where they can click on the sign to get temporary access to it and have a cooldown on the sign itself.


    Example to use /fix for $500 which can only be used once every 24 hours:
    Code:
    /svs add /fix
    /svs grant add whatever.permnode.fix
    /svs setpermission everyone
    /svs setcooldown 86400
    /svs setprice 500
    /svs confirmation Are you sure you want to spend $500 for this?
    
    To let people use this sign, you also need to attach "serversigns.use.everyone" to your default group (which matches the "/svs setpermission everyone" command)
     
  3. Offline

    Stud-Craft

    Well It is for a certain rank and then if I did that then everyone would have access to that.
    Thanks for the idea though,
    Stud-Craft
     
  4. Offline

    v7KillStreaker

  5. Offline

    LHammonds

    Wrong, you can setup a rank permission just like the "everyone" permission.

    If your rank is called noobs, add the following permission node to the noobs rank (does not have to be named this way but being constant helps) - serversigns.use.noobs

    When you setup the sign, you use "/svs setpermission noobs" and then only the noob ranks can use that sign.

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page