Bulundu Tornado Spawner Market Yapımı

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

enesagaaaaa

Koydum Çalışma Masasını
Katılım
26 Nisan 2017
Mesajlar
61
Elmaslar
7
Puan
13.310
Minecraft
FlamingBoy
Merhaba Sunucumdaki Tornado Spawner Pluginiyle ilgili bir skript istiyorum, mesela oyuncu /demirsp yazdığında 20m karşılığında demir spawner vercek yapabilirseniz ne mutlu bana iyi forumlar...
 
Kod:
command spmarket [<text>]:
    if arg 1 is not set:
        open virtual chest with 1 rows named "&eSP Market" to player
        make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
        make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
        make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
    if arg 1 is "demir":
        if player money is greater than 10000:
            execute console command "eco take %player% 10000"
            execute console command "spver %player% demir"
            send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
        else:
            send "&c&lHey! &7Yetersiz bakiye."

Bu şekilde devam ettirebilirsiniz.
 
Kod:
command spmarket [<text>]:
    if arg 1 is not set:
        open virtual chest with 1 rows named "&eSP Market" to player
        make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
        make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
        make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
    if arg 1 is "demir":
        if player money is greater than 10000:
            execute console command "eco take %player% 10000"
            execute console command "spver %player% demir"
            send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
        else:
            send "&c&lHey! &7Yetersiz bakiye."

Bu şekilde devam ettirebilirsiniz.
Discordda mesajıma bakmıyorsun ama skript yazıyorsun ayıp efehan beyy.
 
Kod:
command spmarket [<text>]:
    if arg 1 is not set:
        open virtual chest with 1 rows named "&eSP Market" to player
        make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
        make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
        make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
    if arg 1 is "demir":
        if player money is greater than 10000:
            execute console command "eco take %player% 10000"
            execute console command "spver %player% demir"
            send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
        else:
            send "&c&lHey! &7Yetersiz bakiye."

Bu şekilde devam ettirebilirsiniz.
qweqwe.png

3 hata var reis Yardım Edermisin
 
Kod:
command spmarket [<text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with 1 rows named "&eSP Market" to player
            make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
            make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
            make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
        if arg 1 is "demir":
            if player money is greater than 10000:
                execute console command "eco take %player% 10000"
                execute console command "spver %player% demir"
                send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
            else:
                send "&c&lHey! &7Yetersiz bakiye."

Trigger eklemeyi unutmuşum benim hatam. ?
 
Kod:
command spmarket [<text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with 1 rows named "&eSP Market" to player
            make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
            make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
            make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
        if arg 1 is "demir":
            if player money is greater than 10000:
                execute console command "eco take %player% 10000"
                execute console command "spver %player% demir"
                send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
            else:
                send "&c&lHey! &7Yetersiz bakiye."

Trigger eklemeyi unutmuşum benim hatam. ?
önemli değil reid bende fark etmemişim hemen deniyorum :)
 
Kod:
command spmarket [<text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with 1 rows named "&eSP Market" to player
            make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
            make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
            make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
        if arg 1 is "demir":
            if player money is greater than 10000:
                execute console command "eco take %player% 10000"
                execute console command "spver %player% demir"
                send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
            else:
                send "&c&lHey! &7Yetersiz bakiye."

Trigger eklemeyi unutmuşum benim hatam. ?
qweqwe.png

reis parada bir sıkıntı var çözebilirmisin ?
 
Kod:
command spmarket [<text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with 1 rows named "&eSP Market" to player
            make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
            make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
            make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
        if arg 1 is "demir":
            if player's money is bigger than 10000:
                execute console command "eco take %player% 10000"
                execute console command "spver %player% demir"
                send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
            else:
                send "&c&lHey! &7Yetersiz bakiye."

Dener misiniz?
 
Kod:
command spmarket [<text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with 1 rows named "&eSP Market" to player
            make gui slot 3 of player with mob spawner named "&7Demir Spawner" to close then run player command "spmarket demir"
            make gui slot 4 of player with mob spawner named "&eAltın Spawner" to close then run player command "spmarket altın"
            make gui slot 5 of player with mob spawner named "&bElmas Spawner" to close then run player command "somarket elmas"
        if arg 1 is "demir":
            if player's money is bigger than 10000:
                execute console command "eco take %player% 10000"
                execute console command "spver %player% demir"
                send "&c&lHey! &7Başarıyla &eDemir &7Spawner aldın."
            else:
                send "&c&lHey! &7Yetersiz bakiye."

Dener misiniz?
Reis Allah Razı Olsun teşekkür Ederm :)
 
1dk reis konu kilit değil
oyuncular bişe yapmıyor diyorda bi bakim
 
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