Çözüldü guide bazı bloklar gözükmüyor

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

ArdataskinN

Demir Cevheri Gibiyim
Katılım
8 Haziran 2018
Mesajlar
207
Elmaslar
23
Puan
0
Yaş
33
Konum
Türkiye
Minecraft
ArdataskinN

Discord:

Catboy438#5590

minecraft sp market plugini ekledim guide bazı şeyler gözükmüyor
Ekraqwe Alıntısı.PNG

Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 1 of player with iron block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 2 of player with gold block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 3 of player with diamond block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 4 of player with emerald block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 5 of player with iron block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 6 of player with gold block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 7 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 8 of player with emerald block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]         


command /demiral:
    trigger:
        if player's balance is bigger than or equal to 30000000:
            remove 30000000 from player's balance
            execute console command "/itemsp ver %player% demir 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /altinal:
    trigger:
        if player's balance is bigger than or equal to 40000000:
            remove 40000000 from player's balance
            execute console command "/itemsp ver %player% altin 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /elmasal:
    trigger:
        if player's balance is bigger than or equal to 50000000:
            remove 50000000 from player's balance
            execute console command "/itemsp ver %player% elmas 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /zumrutal:
    trigger:
        if player's balance is bigger than or equal to 60000000:
            remove 60000000 from player's balance
            execute console command "/itemsp ver %player% zumrut 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /demirbal:
    trigger:
        if player's balance is bigger than or equal to 90000000:
            remove 90000000 from player's balance
            execute console command "/itemsp ver %player% demirblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /altinbal:
    trigger:
        if player's balance is bigger than or equal to 120000000:
            remove 120000000 from player's balance
            execute console command "/itemsp ver %player% altinblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 150000000:
            remove 150000000 from player's balance
            execute console command "/itemsp ver %player% elmasblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /zumrutbal:
    trigger:
        if player's balance is bigger than or equal to 180000000:
            remove 180000000 from player's balance
            execute console command "/itemsp ver %player% zumrutblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
 
JavaScript:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 0 of player with iron_block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 1 of player with gold_block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 2 of player with diamond_block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 3 of player with emerald_block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 4 of player with iron_block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 5 of player with gold_block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 6 of player with diamond_block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 7 of player with emerald_block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]
Böyle bi dener misin pek bir bilgim yok blockların nasıl olacağı hakkında fakat slotların sayısı 0'dan başlar en baştaki slot 0'dır
 
JavaScript:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 0 of player with iron_block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 1 of player with gold_block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 2 of player with diamond_block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 3 of player with emerald_block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 4 of player with iron_block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 5 of player with gold_block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 6 of player with diamond_block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 7 of player with emerald_block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]
Böyle bi dener misin pek bir bilgim yok blockların nasıl olacağı hakkında fakat slotların sayısı 0'dan başlar en baştaki slot 0'dır
malesef daha beter oldu bak beter dedim better değil
 

minecraft sp market plugini ekledim guide bazı şeyler gözükmüyor Ekli dosyayı görüntüle 81174
Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 1 of player with iron block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 2 of player with gold block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 3 of player with diamond block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 4 of player with emerald block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 5 of player with iron block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 6 of player with gold block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 7 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 8 of player with emerald block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]        


command /demiral:
    trigger:
        if player's balance is bigger than or equal to 30000000:
            remove 30000000 from player's balance
            execute console command "/itemsp ver %player% demir 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /altinal:
    trigger:
        if player's balance is bigger than or equal to 40000000:
            remove 40000000 from player's balance
            execute console command "/itemsp ver %player% altin 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /elmasal:
    trigger:
        if player's balance is bigger than or equal to 50000000:
            remove 50000000 from player's balance
            execute console command "/itemsp ver %player% elmas 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /zumrutal:
    trigger:
        if player's balance is bigger than or equal to 60000000:
            remove 60000000 from player's balance
            execute console command "/itemsp ver %player% zumrut 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /demirbal:
    trigger:
        if player's balance is bigger than or equal to 90000000:
            remove 90000000 from player's balance
            execute console command "/itemsp ver %player% demirblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /altinbal:
    trigger:
        if player's balance is bigger than or equal to 120000000:
            remove 120000000 from player's balance
            execute console command "/itemsp ver %player% altinblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /elmasbal:
    trigger:
        if player's balance is bigger than or equal to 150000000:
            remove 150000000 from player's balance
            execute console command "/itemsp ver %player% elmasblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /zumrutbal:
    trigger:
        if player's balance is bigger than or equal to 180000000:
            remove 180000000 from player's balance
            execute console command "/itemsp ver %player% zumrutblok 1"
            send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
        else:
            send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
"wait 2 ticks" yazan yeri "wait 3 tick" olarak değiştirip deneyin
 
Bunu bir denermisin
Kod:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 3 tick
        format slot 0 of player with 35:14 named"&d&ldeneme"
        format slot 1 of player with iron block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 2 of player with gold block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 3 of player with diamond block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 4 of player with emerald block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 5 of player with iron block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 6 of player with gold block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 7 of player with diamond block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 8 of player with emerald block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]
 
JavaScript:
command /spmarket:
    trigger:
        open chest with 1 row named "&8&lSpawner Al" to player
        wait 2 ticks
        format slot 0 of player with iron_block named "&eDemir Spawner" with lore "&8| &f&l30.000.000TL &8|" to close then run [execute player command "demiral"]
        format slot 1 of player with gold_block named "&eAltın Spawner" with lore "&8| &f&l40.000.000TL &8|" to close then run [execute player command "altinal"]
        format slot 2 of player with diamond_block named "&eElmas Spawner" with lore "&8| &f&l50.000.000TL &8|" to close then run [execute player command "elmasal"]
        format slot 3 of player with emerald_block named "&eZümrüt Spawner" with lore "&8| &f&l60.000.000TL &8|" to close then run [execute player command "zumrutal"]
        format slot 4 of player with iron_block named "&eDemir Blok Spawner" with lore "&8| &f&l90.000.000TL &8|" to close then run [execute player command "demirbal"]
        format slot 5 of player with gold_block named "&eAltın Blok Spawner" with lore "&8| &f&l120.000.000TL &8|" to close then run [execute player command "altinbal"]
        format slot 6 of player with diamond_block named "&eElmas Blok Spawner" with lore "&8| &f&l150.000.000TL &8|" to close then run [execute player command "elmasbal"]
        format slot 7 of player with emerald_block named "&fZümrüt Blok Spawner" with lore "&8| &f&l180.000.000TL &8|" to close then run [execute player command "zumrutbal"]
Böyle bi dener misin pek bir bilgim yok blockların nasıl olacağı hakkında fakat slotların sayısı 0'dan başlar en baştaki slot 0'dır
olmadı niyee kimse yardım etmiyorrr
 
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