Çözüldü Spawner Skript EKLEME

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

Cylonce

El truco está en hablar menos y demostrar mas.
Katılım
30 Aralık 2017
Mesajlar
1.523
Elmaslar
2.025
Puan
0
Minecraft
Cylonce

Discord:

Cylonce#4109

Kod:
# MC-TR SkyBlok İçin ADAKIT Skripti #
# Yapımcı - RD_Doruk #

options:
    adakit: &8[ &aAda Kit &8 ] #Chata Gelen Başlık
    adakitx: &8[ &aAda Kit&8 ] #Ekrana Gelen Başlık
    hata: &8[ &aHata&8 ] &8&l| #Chata Gelen Başlık
    hatax: &8[ &aHata&8 ] #Ekrana Gelen Başlık
  
command:
    if command is "adakit":
        if {adakit.%player%} is 1:
            set {adakit.%player%} to 0
        else:
            if {adakitaldi.%player%} is 0:
                cancel event
                execute console command "tm msg %player% {@adakitx}\n&8[&a/adakit&8] &7Komutunu Tekrar Kullan&8."
                send "{@adakit} &bADAKIT&7'ini Sadece 1 Kere Alabilirsin&8." to player
                send "{@adakit} &7Almak İstediğinine Eminsen &8[&a/adakit&8] &7Komutunu Tekrar Kullan&8." to player
                set {adakit.%player%} to 1
                wait 20 real seconds
                set {adakit.%player%} to 0
                stop
            else:
                cancel event
                execute console command "tm msg %player% {@hatax}\n&7Hakkın Dolmuştur&8."
                send "{@hata} &bADAKIT&7'ini Alma Hakkın Dolmuştur&8." to player
          
command /adakit:
    trigger:
        set {adakitaldi.%player%} to 1
        execute console command "tm msg %player% {@adakitx}\n&b128 Elmas Blok &7Veriliyor&8.."
        send "{@adakit} &b320 Elmas Blok &7Veriliyor&8.." to player
        give 192 diamond block to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e128 Altın Blok &7Veriliyor&8.."
        send "{@adakit} &e64 Sünger &7Veriliyor&8.." to player
        give 64 sponge to player
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&eBaşarıyla &8[ &aAda Kit &8] &ealındı&8."
        send "{@adakit} &71 Seferlik &8[ &aAda Kit&8 ]  &eBaşarıyla Aldınız&8." to player
        send "{@adakit} &cKeyifli Oyunlar&8." to player
      
command /adakitsifirla:
    trigger:
        if player has permission "op":
            set {adakitaldi.%player%} to 0
            wait 1 tick
            execute console command "tm msg %player% {@adakitx}\n&8[&aArctisNetwork&8]&aHakkınız Sıfırlandı&8."
            send "{@adakit} &8[&aArctisNetwork&8] &eHakkınız başarıyla sıfırlandı&8."
        else:
            execute console command "tm msg %player% {@hatax}\n&cBu Komutu Kullanamazsın&8."
            send "{@hata} &cBu Komut İçin Gerekli Yetkiye Sahip Değilsiniz&8." to player
          
on first join:
    set {adakitaldi.%player%} to 0
  
on join:
    if {adakitaldi.%player%} is not set:
        set {adakitaldi.%player%} to 0



Buraya Demir Spawner Skripti ekleyebilir misini 3 adet demir spawneri versin​
 
Kod:
command /adakit:
    trigger:
        set {adakitaldi.%player%} to 1
        execute console command "tm msg %player% {@adakitx}\n&b128 Elmas Blok &7Veriliyor&8.."
        send "{@adakit} &b320 Elmas Blok &7Veriliyor&8.." to player
        give 192 diamond block to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e128 Altın Blok &7Veriliyor&8.."
        send "{@adakit} &e64 Sünger &7Veriliyor&8.." to player
        give 64 sponge to player
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&e3 Demir Spawner &7Veriliyor&8.."
        execute console command "spawnervermekomutu %player%"
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&eBaşarıyla &8[ &aAda Kit &8] &ealındı&8."
        send "{@adakit} &71 Seferlik &8[ &aAda Kit&8 ]  &eBaşarıyla Aldınız&8." to player
        send "{@adakit} &cKeyifli Oyunlar&8." to player
 
Kod:
command /adakit:
    trigger:
        set {adakitaldi.%player%} to 1
        execute console command "tm msg %player% {@adakitx}\n&b128 Elmas Blok &7Veriliyor&8.."
        send "{@adakit} &b320 Elmas Blok &7Veriliyor&8.." to player
        give 192 diamond block to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e128 Altın Blok &7Veriliyor&8.."
        send "{@adakit} &e64 Sünger &7Veriliyor&8.." to player
        give 64 sponge to player
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&e3 Demir Spawner &7Veriliyor&8.."
        execute console command "spawnervermekomutu %player%"
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&eBaşarıyla &8[ &aAda Kit &8] &ealındı&8."
        send "{@adakit} &71 Seferlik &8[ &aAda Kit&8 ]  &eBaşarıyla Aldınız&8." to player
        send "{@adakit} &cKeyifli Oyunlar&8." to player
İle birlike
Kod:
command /spawnervermekomutu [<player>]:
    trigger:
        if player has permission "op":
            if arg 1 is set:
                give 1 iron ore named "&7Demir &aSpawner" with lore "&7Kazma ile kırınız" to arg 1
                send "&fDemir &aSpawner Verildi." to arg 1
                send "&fDemir &aSpawner Verildi." to player
            else:
                give 1 iron block named "&7Demir &aSpawner" with lore "&7Kazma ile kırınız" to player
                send "&fDemir &aSpawner Verildi." to player
        else:
            send "&cBu komutu kullanamazsın!" to player

on place of iron ore:
    if name of player's tool is "&7Demir &aSpawner":
        set {_location} to location of event-block
        set {demirsp::%{_location}%::%player%} to {_location}
            wait 2 tick
            set block to iron ore
            send "&7Spawneri Başarıyla Koydun."
            send "&7Spawneri Kazma İle Kırabilirsin."
            while block at event-block is iron ore:
                drop 1 iron ingot
                wait 10 second

on break of iron ore:
    if {demirsp::%location of event-block%::%player%} is set: 
        cancel event
        set block to air
        clear {demirsp::%location of event-block%::%player%}
        give 1 iron ore named "&7Demir &aSpawner" with lore "&7Kazma ile kırınız" to player
        send "&7Spawnerin verildi." to player
    else:
        if player has permission "op":
            set block to air
        else:
            send "&cBu spawner senin değil!!" to player
            cancel event
            stop
skriptini kullanabilirsin. (bu skriptin gelişmiş versionunu yakında paylaşacam)
 
Son düzenleme:
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