Arkadaşlar lütfen /spmarket ve /market skriptinin kodunu yollayın ve bozuk cıkmasın lütfen

ProGaming123423

Somon Balığı Selam Vermeye Geldi
Katılım
7 Haziran 2017
Mesajlar
23
Elmaslar
0
Puan
0
Yaş
117
Arkadaşlar lütfen /spmarket ve /market skriptinin kodunu yollayın ve bozuk cıkmasın lütfen
 
Bu komutu yazınca ne çıkıcak mesela onlarıda söylermisin
 
satış alış yerleri blok yerleri kimya maden kızıltaş blok MADEN v.b
Gönderi otomatik olarak birleştirildi:

/sp markete gerek yok /market yeter :D
 
Son düzenleme:
Kod:
#Alinti #MrBerkayWinner
#Alinti
#Alinti
#Alinti






command /mağaza:
    aliases: magaza,mağza,magza,market
    trigger:
        execute player command "/kredishop menu"
 
command /kredishop [<text>]:
    trigger:
        if arg-1 is set:
            if arg-1 is "menu":
                wait 5 tick
                open chest with 3 rows named "&6Mağazaya Hoş Geldin..." to player
                format slot 11 of player with red glass named "&6" to close then run [execute player command "kredishop Menu"]
                format slot 12 of player with diamond named "&6VIP" to close then run [execute player command "kredishop vıp"]
                format slot 13 of player with sponge block named "&bÖzel" to close then run [execute player command "kredishop özel"]
                format slot 14 of player with monster spawner named "&6Spawner" to close then run [execute player command "kredishop spawner"]
                format slot 15 of player with red glass named "&6" to close then run [execute player command "kredishop Menu"]
                format slot 26 of player with nether star named "&a&lKredi" with lore "&6&oKredin: &c%{kredi.%player%}%" to close then run [execute player command "/kredim"]
#vip bölümü
        if arg-1 is set:
            if arg-1 is "vıp":
                wait 5 tick
                open chest with 3 rows named "&6VIP Bölümü." to player
                format slot 11 of player with red glass named "&6" with lore "" to close then run [execute player command "kredishop vıp"]
                format slot 12 of player with iron block named "&3VIP" with lore "&c10 Kredi" to close then run [execute player command "vipal"]
                format slot 13 of player with gold block named "&6MVIP" with lore "&c16 Kredi" to close then run [execute player command "mvipal"]
                format slot 14 of player with diamond block named "&bUVIP" with lore "&c27 Kredi" to close then run [execute player command "uvipal"]
                format slot 15 of player with red glass named "&6" to close then run [execute player command "kredishop vıp"]
                format slot 26 of player with redstone block named "&4Geri" to close then run [execute player command "mağaza"]
#Spawner Bölümü.
        if arg-1 is set:
            if arg-1 is "Spawner":
                wait 5 tick
                open chest with 3 rows named "&6Spawner Bölümü." to player
                format slot 11 of player with red glass named "&6" to close then run [execute player command "kredishop spawner"]
                format slot 12 of player with monster spawner named "&aBlaze Sp" with lore "&c1 Kredi" to close then run [execute player command "blazespal"]
                format slot 13 of player with monster spawner named "&ePigman Sp" with lore "&c1 Kredi" to close then run [execute player command "pigmanspal"]
                format slot 14 of player with monster spawner named "&bGolem Sp" with lore "&c3 Kredi" to close then run [execute player command "golemspal"]
                format slot 15 of player with red glass named "&6" to close then run [execute player command "kredishop spawner"]
                format slot 26 of player with redstone block named "&4Geri" to close then run [execute player command "mağaza"]
#özel bölümü.
#kendinize göre ayarlayıp istediğinizi koyun.
        if arg-1 is set:
            if arg-1 is "özel":
                wait 5 tick
                open chest with 3 rows named "&6Özel Bölümü." to player
                format slot 11 of player with red glass named "&6" to close then run [execute player command "kredishop özel"]
                format slot 12 of player with diamond named "&6Eklencek" with lore "&c0 Kredi" to close then run [execute player command ""]
                format slot 13 of player with diamond named "&6Eklencek" with lore "&c0 Kredi" to close then run [execute player command ""]
                format slot 14 of player with diamond named "&6Eklencek" with lore "&c0 Kredi" to close then run [execute player command ""]
                format slot 15 of player with red glass named "&6" to close then run [execute player command "kredishop özel"]
                format slot 26 of player with redstone block named "&4Geri" to close then run [execute player command "mağaza"]
#komutlar
command /golemspal:
    trigger:
        if {kredi.%player%} is greater than 1:
            remove 2 from {kredi.%player%}
            execute console command "/ss give %player% irongolem 1"
            send "&6Başarıyla Golem Sp Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"     
command /blazespal:
    trigger:
        if {kredi.%player%} is greater than 0.5:
            remove 1 from {kredi.%player%}
            execute console command "/ss give %player% blaze 1"
            send "&6Başarıyla Blaze Sp Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"
command /pigmanspal:
    trigger:
        if {kredi.%player%} is greater than 0.5:
            remove 1 from {kredi.%player%}
            execute console command "/ss give %player% pigman 1"
            send "&6Başarıyla Pigman Sp Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"                 
 
command /30mal:
    trigger:
        if {kredi.%player%} is greater than 9:
            remove 10 from {kredi.%player%}
            execute console command "/eco give %player% 30000000"
            send "&6Başarıyla 30 M Para Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"
command /vipal:
    trigger:
        if {kredi.%player%} is greater than 9:
            remove 10 from {kredi.%player%}
            execute console command "/manuadd %player% vip"
            execute console command "/eco give %player% 3000000" #3m para hediye verir
            send "&6Başarıyla vip Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"
command /mvipal:
    trigger:
        if {kredi.%player%} is greater than 15:
            remove 16 from {kredi.%player%}
            execute console command "/manuadd %player% mvip"
            execute console command "/eco give %player% 5000000" #5m para hediye verir
            send "&6Başarıyla Mvip Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"
command /uvipal:
    trigger:
        if {kredi.%player%} is greater than 26:
            remove 27 from {kredi.%player%}
            execute console command "/manuadd %player% uvip"
            execute console command "/eco give %player% 8000000" #8m para hediye verir
            send "&6Başarıyla uvip Aldın."
        else:
            send "&6Yeterli Miktarda Kredin Yok !"
 
command /kredim:
    trigger:
        send "&cSenin Kredin &e&e%{kredi.%player%}%"
 
command /kredi [<text>] [<offlineplayer>] [<number>]:
    permission: op
    trigger:
        if arg-1 is "ekle":
            if arg-2 is set:
                if arg-3 is set:
                    add arg-3 to {kredi.%arg 2%}
                    send "&a%arg 2% &6Adlı oyuncu &c%arg 3% &6Kredi Aldı !" to all players
        if arg-1 is "sil":
            if arg-2 is set:
                if arg-3 is set:
                    remove arg-3 from {kredi.%arg 2%}
                    send "&6Başarı İle &c%arg 3%&6 Kredi Sildin." to player
                    send "&a%player% &6Adlı Oyuncu Senden &c%arg 3% &6Kredi Sildi." to arg-2
 
command /kredisi [<offlineplayer>]:
    trigger:
        if arg-1 is set:
            send "&a%arg 1% &6Adli Kisinin Kredisi &c%{kredi.%arg 1%}%"
 

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