How to set up

To set cooldown 20s, warmup 5s, price 20, itemcost 5 Stone, XPcost 5 levels, limit 10, message "welcome on warp" and potion effect during wamup to slow 3 for /warp for all users (without any booscooldowns.group permission), try this:

commands:
  groups:
    default:
      /warp:
        cooldown: 20
        warmup: 5
        price: 20.0
        itemcost: STONE,5
        xpcost: 5
        limit:10
        message: "Welcome on warp"
        potion: SLOW,3

To set same for /home, for users with "booscooldowns.vip" permission, use this:

commands:
  groups:
    vip:
      /home:
        cooldown: 20
        warmup: 5
        price: 20.0
        itemcost: STONE,5
        xpcost: 5
        limit:10
        message: "Welcome on warp"
        potion: SLOW,3

All users use default group by default, if you add any other group, you have to give users appropriate permission node.

I hope you understand now. :-)


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes