Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Command /test:
- permission: vip.kit
- permission message: Nie masz uprawnien!
- trigger:
- if {uzycie.%player%} is 0:
- give diamond helmet of protection 10 named "&6&lHelm VIP" to the player
- give diamond chestplate of protection 10 named "&6&lNapiersnik VIP" to the player
- give diamond leggings of protection 10 named "&6&lSpodnie VIP" to the player
- give diamond boots of protection 10 named "&6&lButy VIP" to the player set {uzycie.%player%} to 48
- set {uzycie.%player%} to 48
- else:
- if {uzycie.%player%} is greater than 1:
- send "Odczekaj 48h"
- Setop
- every 60 minutes:
- loop all players:
- If {uzycie.%loop-player%} is greater than 1:
- Add -1 to {uzycie.%loop-player%}
- On join:
- if {uzycie.%player%} is not set:
- set {uzycie.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment