Çözüldü Skript Yardım!!!

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

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
930
Elmaslar
204
Puan
7.310
Yaş
31
Minecraft
Strom_Breaker
Elimde bir skript var ve kodlari ile para karşılıgı spawner aliniyor.
bu spawnerlere özel bir menü açmak istiyorum:/spmarket
sonra elımdeki spleri bu menuye yerleştirip isimve fiyatlarını belirtecegim.Bunlara tıklandıgında elımdekı sp verme skrıptı çalışıp parası yetiyorsa verecek.
buyrun hastebin daha detaylı gorun:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

Skript çalışır durumda isteyen varsa alabilir ama pls yardım...
 
Skripte bunu ekleyebilirsin
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 0 of player with 52 named "&aSkeleton" to close then run [make player execute command "skeletonal"]
        format slot 1 of player with 52 named "&aIron Golem" to close then run [make player execute command "igolemal"]
        format slot 2 of player with 52 named "&aPigman" to close then run [make player execute command "pigmanal"]
        format slot 3 of player with 52 named "&aBlaze" to close then run [make player execute command "blazeal"]
        format slot 4 of player with 52 named "&aZombi" to close then run [make player execute command "zombial"]
        format slot 5 of player with 52 named "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 6 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 7 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 8 of player with 52 named "&cTavuk" to close then run [make player execute command "tavukal"]
 
Skripte bunu ekleyebilirsin
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 0 of player with 52 named "&aSkeleton" to close then run [make player execute command "skeletonal"]
        format slot 1 of player with 52 named "&aIron Golem" to close then run [make player execute command "igolemal"]
        format slot 2 of player with 52 named "&aPigman" to close then run [make player execute command "pigmanal"]
        format slot 3 of player with 52 named "&aBlaze" to close then run [make player execute command "blazeal"]
        format slot 4 of player with 52 named "&aZombi" to close then run [make player execute command "zombial"]
        format slot 5 of player with 52 named "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 6 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 7 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 8 of player with 52 named "&cTavuk" to close then run [make player execute command "tavukal"]

GUI'yi skQuery ile formatlamışsın skQuery nin gui'si buglu, bugdan burada bahsetmeyeceğim sadece çözüm olarak tuske addonunu kullanmanız ve tuske ile formatlamanız.
Gerekli Addon:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Verdiğiniz kodun tuske ile formatlanmış hali:

Kod:
command /spmarket:
    trigger:
        close inventory to player
        open virtual chest with size 1 named "&bSpawner Market" to player
        format gui slot 0 of player with mob_spawner named "&aSkeleton" to run player command "skeletonal"
        format gui slot 1 of player with mob_spawner named "&aIron Golem" to run player command "igolemal"
        format gui slot 2 of player with mob_spawner named "&aPigman" to run player command "pigmanal"
        format gui slot 3 of player with mob_spawner named "&aBlaze" to run player command "blazeal"
        format gui slot 4 of player with mob_spawner named "&aZombi" to run player command "zombial"
        format gui slot 5 of player with mob_spawner named "&aDomuz" to run player command "domuzal"
        format gui slot 6 of player with mob_spawner named "&aKoyun" to run player command "koyunal"
        format gui slot 7 of player with mob_spawner named "&aInek" to run player command "inekal"
        format gui slot 8 of player with mob_spawner named "&aTavuk" to run player command "tavukal"
 
eyw sagolasın mevzu halloldu.
Skripte bunu ekleyebilirsin
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 0 of player with 52 named "&aSkeleton" to close then run [make player execute command "skeletonal"]
        format slot 1 of player with 52 named "&aIron Golem" to close then run [make player execute command "igolemal"]
        format slot 2 of player with 52 named "&aPigman" to close then run [make player execute command "pigmanal"]
        format slot 3 of player with 52 named "&aBlaze" to close then run [make player execute command "blazeal"]
        format slot 4 of player with 52 named "&aZombi" to close then run [make player execute command "zombial"]
        format slot 5 of player with 52 named "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 6 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 7 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 8 of player with 52 named "&cTavuk" to close then run [make player execute command "tavukal"]
[DOUBLEPOST=1520081701,1520081667][/DOUBLEPOST]
Skripte bunu ekleyebilirsin
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 0 of player with 52 named "&aSkeleton" to close then run [make player execute command "skeletonal"]
        format slot 1 of player with 52 named "&aIron Golem" to close then run [make player execute command "igolemal"]
        format slot 2 of player with 52 named "&aPigman" to close then run [make player execute command "pigmanal"]
        format slot 3 of player with 52 named "&aBlaze" to close then run [make player execute command "blazeal"]
        format slot 4 of player with 52 named "&aZombi" to close then run [make player execute command "zombial"]
        format slot 5 of player with 52 named "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 6 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 7 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 8 of player with 52 named "&cTavuk" to close then run [make player execute command "tavukal"]
ilk rep in benden
 
Kod:
command /spmarket:
    trigger:
        close inventory to player
        open virtual chest with size 1 named "&bSpawner Market" to player
        format gui slot 0 of player with mob_spawner named "&aSkeleton" to run player command "skeletonal"
        format gui slot 1 of player with mob_spawner named "&aIron Golem" to run player command "igolemal"
        format gui slot 2 of player with mob_spawner named "&aPigman" to run player command "pigmanal"
        format gui slot 3 of player with mob_spawner named "&aBlaze" to run player command "blazeal"
        format gui slot 4 of player with mob_spawner named "&aZombi" to run player command "zombial"
        format gui slot 5 of player with mob_spawner named "&aDomuz" to run player command "domuzal"
        format gui slot 6 of player with mob_spawner named "&aKoyun" to run player command "koyunal"
        format gui slot 7 of player with mob_spawner named "&aInek" to run player command "inekal"
        format gui slot 8 of player with mob_spawner named "&aTavuk" to run player command "tavukal"
    
options:
    prefix: &6&lSpawner&f&lMarket &8»

command /igolemal:
    aliases: irongolemal
    trigger:
        if player's balance is bigger than 9999999:
            message "{@prefix} &eParayla 1 tane golem spawner aldınız !"
            remove 100000000 from player's balance
            execute console command "ss give %player% igolem 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c100M!"
 
command /pigmanal:
    trigger:
        if player's balance is bigger than 4999999:
            message "{@prefix} &eParayla 1 tane pigman spawner aldınız !"
            remove 50000000 from player's balance
            execute console command "ss give %player% zombiepigman 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c50M!"
 
command /blazeal:
    trigger:
        if player's balance is bigger than 2499999:
            message "{@prefix} &eParayla 1 tane blaze spawner aldınız !"
            remove 50000000 from player's balance
            execute console command "ss give %player% blaze 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c50M!"


command /domuzal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane domuz spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% pig 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /koyunal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane koyun spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% sheep 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /inekal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane inek spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% cow 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /tavukal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane tavuk spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% chicken 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
Bunu kullanabilirsin
 
Kod:
command /spmarket:
    trigger:
        close inventory to player
        open virtual chest with size 1 named "&bSpawner Market" to player
        format gui slot 0 of player with mob_spawner named "&aSkeleton" to run player command "skeletonal"
        format gui slot 1 of player with mob_spawner named "&aIron Golem" to run player command "igolemal"
        format gui slot 2 of player with mob_spawner named "&aPigman" to run player command "pigmanal"
        format gui slot 3 of player with mob_spawner named "&aBlaze" to run player command "blazeal"
        format gui slot 4 of player with mob_spawner named "&aZombi" to run player command "zombial"
        format gui slot 5 of player with mob_spawner named "&aDomuz" to run player command "domuzal"
        format gui slot 6 of player with mob_spawner named "&aKoyun" to run player command "koyunal"
        format gui slot 7 of player with mob_spawner named "&aInek" to run player command "inekal"
        format gui slot 8 of player with mob_spawner named "&aTavuk" to run player command "tavukal"
   
options:
    prefix: &6&lSpawner&f&lMarket &8»

command /igolemal:
    aliases: irongolemal
    trigger:
        if player's balance is bigger than 9999999:
            message "{@prefix} &eParayla 1 tane golem spawner aldınız !"
            remove 100000000 from player's balance
            execute console command "ss give %player% igolem 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c100M!"
 
command /pigmanal:
    trigger:
        if player's balance is bigger than 4999999:
            message "{@prefix} &eParayla 1 tane pigman spawner aldınız !"
            remove 50000000 from player's balance
            execute console command "ss give %player% zombiepigman 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c50M!"
 
command /blazeal:
    trigger:
        if player's balance is bigger than 2499999:
            message "{@prefix} &eParayla 1 tane blaze spawner aldınız !"
            remove 50000000 from player's balance
            execute console command "ss give %player% blaze 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c50M!"


command /domuzal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane domuz spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% pig 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /koyunal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane koyun spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% sheep 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /inekal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane inek spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% cow 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
command /tavukal:
    trigger:
        if player's balance is bigger than 1499999:
            message "{@prefix} &eParayla 1 tane tavuk spawner aldınız !"
            remove 10000000 from player's balance
            execute console command "ss give %player% chicken 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c10M!"
Bunu kullanabilirsin


hocam tam bu sekıl değiştirdim ama /spmarket kodunu yazmama ragmen açılmıyor.[DOUBLEPOST=1520708330,1520708192][/DOUBLEPOST]
Problem çözüldüyse lütfen belirtin konu kilitlensin.[DOUBLEPOST=1520087714][/DOUBLEPOST]@IrfanDmn konu kilit.
çözulmedı hocam hemen konu kılıt atmayınız lutfen konuyu açtım ve halloldugunda belirtecegim.
 
hocam tam bu sekıl değiştirdim ama /spmarket kodunu yazmama ragmen açılmıyor.[DOUBLEPOST=1520708330,1520708192][/DOUBLEPOST]
çözulmedı hocam hemen konu kılıt atmayınız lutfen konuyu açtım ve halloldugunda belirtecegim.
Tuske adlı plugin kurulumu kardeşim ?
 
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