Çözüldü 1.10'da bozulan skript

  • Konuyu Başlatan Konuyu Başlatan zBlob_HD
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 532
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

zBlob_HD

Elmas Güneş Gibi Parıldıyor
Katılım
6 Mayıs 2018
Mesajlar
584
Elmaslar
127
Puan
14.525
Yaş
25
Öncelikle merhaba arkadaşlar 1.8 olan sunucumu 1.10 yaptım üst sürüm olduğu içinde 1.8'in skripti çalışmıyor acaba bu skriptin 1.10 versiyonunu atabilir misiniz ?

Kod:
command /otocoin [<text>]:
    trigger:
        if arg 1 is "ac":
            set {otocoin.%player%} to true
            send player title "&6&lOTOCOIN" with subtitle "&aAktif" for 2 seconds
        if arg 1 is "kapat":
            delete {otocoin.%player%}
            send player title "&6&lOTOCOIN" with subtitle "&cDeAktif" for 2 seconds

on break mossy cobblestone:
    if {otocoin.%player%} is set:
        if player has 128 mossy cobblestone:
            remove 128 mossy cobblestone from player
            send player title "&c» &6Dönüştürücü &c«" with subtitle "&7Envanterindeki &bYosun Taşları &7Dönüştürüldü" for 1 seconds
            give 6 blaze powder of unbreaking 1 named "&b» &a&nEdit Coin&b «" with lore "&e&l&m¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦||&4» &7Bu Coini &b/Warp Edit &7Bölgesinde Harcayabilirsin||&e&l&m¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦" to player
            stop

command /otocoinvip [<text>]:
    permission: vip.coin
    trigger:
        if arg 1 is "ac":
            set {vipcoin.%player%} to true
            send player title "&6&lVipCoin" with subtitle "&aAktif" for 2 seconds
        if arg 1 is "kapat":
            delete {vipcoin.%player%}
            send player title "&6&lVipCoin" with subtitle "&cDeAktif" for 2 seconds

on break mossy cobblestone:
    if {vipcoin.%player%} is set:
        if player has 128 mossy cobblestone:
            remove 128 mossy cobblestone from player
            send player title "&c» &6Dönüştürücü &c«" with subtitle "&7Envanterindeki &bYosun Taşları &7Dönüştürüldü" for 1 seconds
            give 12 blaze powder of unbreaking 1 named "&b» &a&nEdit Coin&b «" with lore "&e&l&m¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦||&4» &7Bu Coini &b/Warp Edit &7Bölgesinde Harcayabilirsin||&e&l&m¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦" to player
            stop
 
Son düzenleme:
Spigot sürümünüzü değiştirip dener misiniz?
 
1.10 a çevirdim zaten o skriptler 1.8 de çalışıyor olayda bu
 
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