SHOW:
|
|
- or go back to the newest paste.
| 1 | - | Command /test: |
| 1 | + | Command /kitvip: |
| 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 |
| 6 | + | give a 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 |
| 7 | + | give a 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 |
| 8 | + | give a 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
|
| 9 | + | give a 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: |
| 11 | + | if {uzycie.%player%} is greater than 1:
|
| 12 | - | if {uzycie.%player%} is greater than 1:
|
| 12 | + | send "Odczekaj 48h" |
| 13 | - | send "Odczekaj 48h" |
| 13 | + | Stop |
| 14 | - | Setop |
| 14 | + | |
| 15 | loop all players: | |
| 16 | If {uzycie.%loop-player%} is greater than 1:
| |
| 17 | Add -1 to {uzycie.%loop-player%}
| |
| 18 | On join: | |
| 19 | if {uzycie.%player%} is not set:
| |
| 20 | set {uzycie.%player%} to 0 |