Advertisement
Knager

Untitled

Jan 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Options:
  2. logo: &9&lMineClash &8»
  3. MainCooldown: 3 days
  4.  
  5. command /kit [<text>]:
  6. trigger:
  7. if arg-1 is "vip":
  8. set {_waited} to difference between {kit.%player%.vip} and now
  9. if {_waited} is less than {@MainCooldown}:
  10. message "&cJe moet nog %difference between {@MainCooldown} and {_waited}% wachten!"
  11. else:
  12. if player has permission "kits.vip":
  13. set {kit.%player%.vip} to now
  14. give player 1 iron helmet of protection 2 named "&6VIP &fHelmet" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  15. give player 1 iron chestplate of protection 2 named "&6VIP &fChestplate" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  16. give player 1 iron leggings of protection 2 named "&6VIP &fLeggings" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  17. give player 1 iron boots of protection 2 named "&6VIP &fBoots" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  18. give player 1 iron pickaxe of efficiency 2 named "&6VIP &fPickaxe" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  19. give player 1 iron axe of efficiency 2 named "&6VIP &fAxe" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
  20. give player 1 iron shovel of efficiency 2 named "&6VIP &fShovel" with lore "||&7Kit: &6VIP ||&7Type: &fNormal"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement