RainbowDash16
Marangoz
- En iyi cevaplar
- 0
Kod:
command /kit oyuncu:
permission: oyuncu.kit
permission message: "&cBu komutu kullanmak icin yeterli yetkiye sahip degilsin."
trigger:
set {_difference} to difference between {oyuncu.%player%} and now
if {_difference} is less than 24 hours:
set {_difference} to difference between {_difference} and 24 hours
message "&cBu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
stop
else:
set {oyuncu.%player%} to now
give 1 diamond sword of sharpness 5 and unbreaking 5 and fire aspect 1 to player
give 1 diamond pickaxe of effeciency 5 and unbreaking 5 and fortune 2 to player
give 1 diamond axe of effeciency 5 and unbreaking 5 and fortune 2 to player
give 1 diamond shovel of effeciency 5 and unbreaking 5 to player
give 1 diamond helmet of protection 5 and unbreaking 5 to player
give 1 diamond chestplate of protection 5 and unbreaking 5 to player
give 1 diamond leggings of protection 5 and unbreaking 5 to player
give 1 diamond boots of protection 5 and unbreaking 5 to player
give 64 enchanted golden apple to player
give 192 179 to player
give 256 168:2 to player
give 320 168 to player
send "&8> &cOyuncu Kiti Alındı!"
command /kit vip:
permission: vip.kit
permission message: "&cBu komutu kullanmak icin yeterli yetkiye sahip degilsin."
trigger:
set {_difference} to difference between {oyuncu.%player%} and now
if {_difference} is less than 24 hours:
set {_difference} to difference between {_difference} and 24 hours
message "&cBu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
stop
else:
set {vip.%player%} to now
give 1 diamond sword of sharpness 5 and unbreaking 5 and fire aspect 1 to player
give 1 diamond pickaxe of effeciency 5 and unbreaking 5 and fortune 2 to player
give 1 diamond axe of effeciency 5 and unbreaking 5 and fortune 2 to player
give 1 diamond shovel of effeciency 5 and unbreaking 5 to player
give 1 diamond helmet of protection 5 and unbreaking 5 to player
give 1 diamond chestplate of protection 5 and unbreaking 5 to player
give 1 diamond leggings of protection 5 and unbreaking 5 to player
give 1 diamond boots of protection 5 and unbreaking 5 to player
give 64 enchanted golden apple to player
give 192 179 to player
give 256 168:2 to player
give 320 168 to player
send "&8> &cVip Kiti Alındı!"