Sol Reklam

Çözüldü SK spmarket

Durum
Mesaj gönderimine kapalı.

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 1 of player with 52 named "&cIron 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 "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 5 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 6 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 7 of player with 52 named "&aTavuk" to close then run [make player execute 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!"


Şimdi arkadaşlar bu skriptte 2 oyuncu bug oldugunu soyluyordu kendılerı bugla burdakı splerden alıyorlar ama ve lakin aynısını bız yetkılıler yapıyoruz olmuyor adam atıyor yıgıyor onume sp leri allahaskına bakın bug varmı varsa bi ayar çekermisiniz.
 

emre071554

Somon Balığı Selam Vermeye Geldi
Katılım
4 Mart 2018
Mesajlar
14
Elmaslar
1
Puanlar
0
Yaş
23
Aga Skripti Bana Atmıştın Kullanıyorum Fakat Bugunu Görmedim
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker

eMrY

Fırında Isıttığım İlk Taş

Discord:

eMrY#6174

Katılım
10 Mart 2018
Mesajlar
86
Elmaslar
27
Puanlar
0
Minecraft
iLostYou
Aga Ben emre071554 Sen Skriptleri kendinmi yazıyorsun
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker

Queenie

Öyle bir zamanda gel ki, vazgeçmek mümkün olmasın…
Katılım
4 Ağustos 2016
Mesajlar
195
Elmaslar
42
Puanlar
6.635
Yer
Ev
TuSKe indirip bunu kullanabilirsin alıntıdır
Kod:
        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"
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
TuSKe indirip bunu kullanabilirsin alıntıdır
Kod:
        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"
hocam bunu daha once kullanmadımda eklentıyı ındırıp kuracagım . yazdıgınız kodu nereye koymam lazım yıne spmarket sk sının ıcınemı ?[DOUBLEPOST=1520708402,1520707403][/DOUBLEPOST]
hocam bunu daha once kullanmadımda eklentıyı ındırıp kuracagım . yazdıgınız kodu nereye koymam lazım yıne spmarket sk sının ıcınemı ?
hocam yanlış konuya yazmıssınız ula dıyom bnde noluyo:D
 

Fatihblkn67

Yaşıyorsak, hala bir umut var demektir.

Discord:

~ Fati#1883

Katılım
1 Haziran 2017
Mesajlar
211
Elmaslar
75
Puanlar
13.470
Yer
Kdz Ereğli / Zonguldak
Kod:
command /spmarket:
    trigger:
        open chest with 1 rows named "&bSpawner Market" to player
        format slot 1 of player with 52 named "&cIron 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 "&aDomuz" to close then run [make player execute command "domuzal"]
        format slot 5 of player with 52 named "&aKoyun" to close then run [make player execute command "koyunal"]
        format slot 6 of player with 52 named "&aInek" to close then run [make player execute command "inekal"]
        format slot 7 of player with 52 named "&aTavuk" to close then run [make player execute command "tavukal"]
options:
    prefix: &6&lSpawner&f&lMarket &8»
command /igolemal:
    aliases: irongolemal
    trigger:
        if player's balance is greater than 99999999:
            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 greater 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 greater than 2499999:
            message "{@prefix} &eParayla 1 tane blaze spawner aldınız !"
            remove 2500000 from player's balance
            execute console command "ss give %player% blaze 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c25M!"
command /domuzal:
    trigger:
        if player's balance is greater than 1499999:
            message "{@prefix} &eParayla 1 tane domuz spawner aldınız !"
            remove 1500000 from player's balance
            execute console command "ss give %player% pig 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c15M!"
command /koyunal:
    trigger:
        if player's balance is greater than 1499999:
            message "{@prefix} &eParayla 1 tane koyun spawner aldınız !"
            remove 1500000 from player's balance
            execute console command "ss give %player% sheep 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c15M!"
command /inekal:
    trigger:
        if player's balance is greater than 1499999:
            message "{@prefix} &eParayla 1 tane inek spawner aldınız !"
            remove 1500000 from player's balance
            execute console command "ss give %player% cow 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c15M!"
command /tavukal:
    trigger:
        if player's balance is greater than 1499999:
            message "{@prefix} &eParayla 1 tane tavuk spawner aldınız !"
            remove 1500000 from player's balance
            execute console command "ss give %player% chicken 1"
        else:
            message "{@prefix} &eO Kadar Paran yok Bu SP &c15M!"
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı