Guest User

sk

a guest
Aug 24th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Command /test:
  2. permission: vip.kit
  3. permission message: Nie masz uprawnien!
  4. trigger:
  5. if {uzycie.%player%} is 0:
  6. give diamond helmet of protection 10 named "&6&lHelm VIP" to the player
  7. give diamond chestplate of protection 10 named "&6&lNapiersnik VIP" to the player
  8. give diamond leggings of protection 10 named "&6&lSpodnie VIP" to the player
  9. give diamond boots of protection 10 named "&6&lButy VIP" to the player set {uzycie.%player%} to 48
  10. set {uzycie.%player%} to 48
  11. else:
  12. if {uzycie.%player%} is greater than 1:
  13. send "Odczekaj 48h"
  14. Setop
  15. every 60 minutes:
  16. loop all players:
  17. If {uzycie.%loop-player%} is greater than 1:
  18. Add -1 to {uzycie.%loop-player%}
  19. On join:
  20. if {uzycie.%player%} is not set:
  21. set {uzycie.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment