Çözüldü Vip Set skript yardım acil!

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

TGuardianYT41

Birisi mi Spawnlandı?
Katılım
16 Mart 2018
Mesajlar
8
Elmaslar
0
Puan
0
Yaş
29
Son düzenleme:
Buradaki hata (TAB) hatası yazdıracağınız kodu trigger içerisinde kullanmalısın.
Kod:
command /vipanahtar:
    permission : vip.anahtar
    trigger:
        set {_difference} to difference between {hediye.%player%} and now
        if {_difference} is less than 1 seconds:
            set  {_difference} to difference between {_difference} and 24 hours
            message "Bu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
            stop
        set {hediye.%player%} to now
        execute console command "crate key %player% Vip"

command /vipset:
    permission : vip.set
    trigger:
        set {_difference} to difference between {gift.%player%} and now
        if {_difference} is less than 1 seconds:
            set  {_difference} to difference between {_difference} and 24 hours
            message "Bu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
            stop
        set {gift.%player%} to now
        give 1 diamond helmet of projectile protection 40 named "&6Vip Kaskı" to player
        give 1 diamond chestplate of projectile protection 40 named "&6Vip Zırhı" to player
        give 1 diamond leggings of projectile protection 40 named "&6Vip Donu" to player
        give 1 diamond boots of projectile protection 40 to "&6Vip Ayakkabısı" to player
        give 1 diamond sword of sharpness 15 named "&6Vip Kılıç" to player
        give 1 diamond pickaxe of efficiency 20 named"&6Vip Kazma" to player
 
Anlamadım bana düzeltip atabilirmisin acaba ? pek anlamıyorum skriptlerden
 
teşekkürler deneyeceğim umarım çalışır.
 
çalışmadı
hata :
[15:16:37 ERROR]: 'projectile protection 40 to "&6Vip Ayakkabısı"' is not an item stack (vipkit.sk, line 24: give 1 diamond boots of projectile protection 40 to "&6Vip Ayakkabısı" to player')
> [15:16:37 ERROR]: 'efficiency 20 named"&6Vip Kazma"' is not an item stack (vipkit.sk, line 26: give 1 diamond pickaxe of efficiency 20 named"&6Vip Kazma" to player')
 
çalışmadı
hata :
[15:16:37 ERROR]: 'projectile protection 40 to "&6Vip Ayakkabısı"' is not an item stack (vipkit.sk, line 24: give 1 diamond boots of projectile protection 40 to "&6Vip Ayakkabısı" to player')
> [15:16:37 ERROR]: 'efficiency 20 named"&6Vip Kazma"' is not an item stack (vipkit.sk, line 26: give 1 diamond pickaxe of efficiency 20 named"&6Vip Kazma" to player')
Kod:
command /vipanahtar:
    permission : vip.anahtar
    trigger:
        set {_difference} to difference between {hediye.%player%} and now
        if {_difference} is less than 1 seconds:
            set  {_difference} to difference between {_difference} and 24 hours
            message "Bu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
            stop
        set {hediye.%player%} to now
        execute console command "crate key %player% Vip"

command /vipset:
    permission : vip.set
    trigger:
        set {_difference} to difference between {gift.%player%} and now
        if {_difference} is less than 1 seconds:
            set  {_difference} to difference between {_difference} and 24 hoursü
            message "Bu komutu tekrar kullanabilmek icin %{_difference}% beklemelisin!"
            stop
        set {gift.%player%} to now
        give 1 diamond helmet of projectile protection 40 named "&6Vip Kaskı" to player
        give 1 diamond chestplate of projectile protection 40 named "&6Vip Zırhı" to player
        give 1 diamond leggings of projectile protection 40 named "&6Vip Donu" to player
        give 1 diamond boots of projectile protection 40 named "&6Vip Ayakkabısı" to player
        give 1 diamond sword of sharpness 15 named "&6Vip Kılıç" to player
        give 1 diamond pickaxe of digspeed 20 named"&6Vip Kazma" to player
Bunu bir deneyin
 
teşekkürler elmas verdim :)
 
birşey sorucam şimdi ben sadece 1 kere almalarını istiyorum kodu nasıl düzenleyebilirim
Düzenlermisin :
if {_difference} is less than 1 seconds:
 
Kod:
command /vipanahtar:
    permission : vip.anahtar
    trigger:
        if {vipa::%player%} is set:
            message "Bu komutu sadece 1 kerelik kullanabilirsin !""
            stop
        set {vipa::%player%} to true
        execute console command "crate key %player% Vip"

command /vipset:
    permission : vip.set
    trigger:
        if {gifta::%player%} is set:
            message "Bu komutu sadece 1 kerelik kullanabilirsin !"
            stop
        set {gifta::%player%} to true
        give 1 diamond helmet of projectile protection 40 named "&6Vip Kaskı" to player
        give 1 diamond chestplate of projectile protection 40 named "&6Vip Zırhı" to player
        give 1 diamond leggings of projectile protection 40 named "&6Vip Donu" to player
        give 1 diamond boots of projectile protection 40 named "&6Vip Ayakkabısı" to player
        give 1 diamond sword of sharpness 15 named "&6Vip Kılıç" to player
        give 1 diamond pickaxe of digspeed 20 named"&6Vip Kazma" to player
Hop işte oda burda
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst