SHOW:
|
|
- or go back to the newest paste.
| 1 | Command /test: | |
| 2 | - | permission: |
| 2 | + | permission: vip.kit |
| 3 | permission message: Nie masz uprawnien! | |
| 4 | trigger: | |
| 5 | - | give diamond helmet to the player |
| 5 | + | |
| 6 | give diamond helmet of protection 10 named "&6&lHelm VIP" to the player | |
| 7 | - | stop |
| 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 | - | Add -1 to {uzycie.%loop-player%} |
| 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 |