Kit Skripti

RainbowDash16

Marangoz
Mesajlar
50
En iyi cevaplar
0
Beğeniler
2
Puanları
50
command /kit oyuncu:
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
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ı!"

buna oyuncu.kit diye perm ekleyebilirmisiniz?
 


Son düzenleme:

Bernard

Бернард
Site Danışmanı
Geliştirici
Mesajlar
1,286
En iyi cevaplar
61
Beğeniler
2,129
Puanları
5,790
Bir hata vardı onu da düzelttim.

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ı!"
 

RainbowDash16

Marangoz
Mesajlar
50
En iyi cevaplar
0
Beğeniler
2
Puanları
50
Bir hata vardı onu da düzelttim.

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ı!"
teşekkürler bir de bunu kopyala yapıştır yaparak başka kitler de oluşturabilirim değil mi
 

Bernard

Бернард
Site Danışmanı
Geliştirici
Mesajlar
1,286
En iyi cevaplar
61
Beğeniler
2,129
Puanları
5,790
teşekkürler bir de bunu kopyala yapıştır yaparak başka kitler de oluşturabilirim değil mi
Evet oluşturabilirsin. Kitin komutunu, içeriğini, yetkisini falan değiştirirsen daha fonksiyonel olabilir.
 

Üst