adakit skripti

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

ThysonNW

Somon Balığı Selam Vermeye Geldi
Katılım
9 Ocak 2019
Mesajlar
20
Elmaslar
1
Puan
0
Yaş
26
Minecraft
ThySonNW
Arkadaslar adakit skripti lazım /demirbloksp komudu ile 2 adet spawner 64 adet bedrcok 32 adet end stone 16 adet sunger vermesi gerkeri 320 adetde zumrut altın demir elmas blok versin ekranda yazsın lutfen editli atarsanız sevinirim simdiden tesekkurler
 
Arkadaslar adakit skripti lazım /demirbloksp komudu ile 2 adet spawner 64 adet bedrcok 32 adet end stone 16 adet sunger vermesi gerkeri 320 adetde zumrut altın demir elmas blok versin ekranda yazsın lutfen editli atarsanız sevinirim simdiden tesekkurler
Buyur:
Kod:
Options:
    p: &6Sunucu &bIsmi
command /adakit:
    trigger:
        {ald::%player%} isn't set:
            set {aldi::%player%} to true
            #Verilecek eşyalar
            send player title "{@p}" with subtitle "&7Başarıyla ada kitini aldın."
        else:
            send player title "{@p}" with subtitle "&cZaten adak kitini almıştın!"
 
Buyur:
Kod:
Options:
    p: &6Sunucu &bIsmi
command /adakit:
    trigger:
        {ald::%player%} isn't set:
            set {aldi::%player%} to true
            #Verilecek eşyalar
            send player title "{@p}" with subtitle "&7Başarıyla ada kitini aldın."
        else:
            send player title "{@p}" with subtitle "&cZaten adak kitini almıştın!"
oncelikle tesekkurler fakat elmas blok ve demirbloksp komutları yok ?
 
oncelikle tesekkurler fakat elmas blok ve demirbloksp komutları yok ?
Onun icin senin itemspawner kodunu ogrenmeliyiz
Gönderi otomatik olarak birleştirildi:

Kod:
options:
    adakit: &6&lADAKIT &8&l| #Chata Gelen Başlık
    adakitx: &6&lADAKIT #Ekrana Gelen Başlık
    hata: &c&lHATA &8&l| #Chata Gelen Başlık
    hatax: &c&lHATA #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&e192 &bElmas Blok &eVeriliyor"
        give 192 diamond block to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e16 &eEnd Stone &eVeriliyor"
        give 16 ender stone to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e8 &eSünger &eVeriliyor"
        give 8 sponge to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&fDemir Spawnerler &eVeriliyor"
        execute console command "itemsp ver %player% demir 3"
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&dDemir Blok Spawner &eVeriliyor"
        execute console command "itemsp ver %player% demirblok 1"
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&eBaşarıyla &aADAKIT &eAlındı&8."
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&&eİyi oyun
      
command /adakitsifirla:
    trigger:
        if player has permission "op":
            set {adakitaldi.%player%} to 0
            wait 1 tick
            execute console command "tm msg %player% {@adakitx}\n&bADAKIT &aHakkınız Sıfırlandı&8."
            send "{@adakit} &bADAKIT &7Hakkınız &aBaşarıyla &7Sıfırlandı&8."
        else:
            execute console command "tm msg %player% {@hatax}\n&7Bu Komutu Kullanamazsın&8."
            send "{@hata} &7Bu 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
benim kullandigim skript
 
Kod:
Options:
    p: &6Sunucu &bIsmi

on first join:
    set {ald::%player%} to true

command /adakit:
    trigger:
        {ald::%player%} is set:
            delete {aldi::%player%}
            give 32 end stone to player
            give 16 sponge to player
            give 320 diamond block to player
            give 320 emerald to player
            give 320 iron block to player
            give 320 gold block to player
            execute console command "itemsp ver diamond 2 %player%"
            send player title "{@p}" with subtitle "&7Basarıyla ada kitini aldın."
        else:
            send player title "{@p}" with subtitle "&cZaten ada kitini almıştın!"

fazladan variable kullanmamak adına bunu kullanabilirsin. Ayrıca itemspawner verme komutunu oraya yazarsın bilmediğim için salladım bir şeyler
 
Onun icin senin itemspawner kodunu ogrenmeliyiz
Gönderi otomatik olarak birleştirildi:

Kod:
options:
    adakit: &6&lADAKIT &8&l| #Chata Gelen Başlık
    adakitx: &6&lADAKIT #Ekrana Gelen Başlık
    hata: &c&lHATA &8&l| #Chata Gelen Başlık
    hatax: &c&lHATA #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&e192 &bElmas Blok &eVeriliyor"
        give 192 diamond block to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e16 &eEnd Stone &eVeriliyor"
        give 16 ender stone to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&e8 &eSünger &eVeriliyor"
        give 8 sponge to player
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&fDemir Spawnerler &eVeriliyor"
        execute console command "itemsp ver %player% demir 3"
        wait 2 second
        execute console command "tm msg %player% {@adakitx}\n&dDemir Blok Spawner &eVeriliyor"
        execute console command "itemsp ver %player% demirblok 1"
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&eBaşarıyla &aADAKIT &eAlındı&8."
        wait 3 seconds
        execute console command "tm msg %player% {@adakitx}\n&&eİyi oyun
     
command /adakitsifirla:
    trigger:
        if player has permission "op":
            set {adakitaldi.%player%} to 0
            wait 1 tick
            execute console command "tm msg %player% {@adakitx}\n&bADAKIT &aHakkınız Sıfırlandı&8."
            send "{@adakit} &bADAKIT &7Hakkınız &aBaşarıyla &7Sıfırlandı&8."
        else:
            execute console command "tm msg %player% {@hatax}\n&7Bu Komutu Kullanamazsın&8."
            send "{@hata} &7Bu 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
benim kullandigim skript
denicem fakat spawner komudum /demirbloksp
 
O nasıl komut anlamadım?

Her oyuncu o komutu kullanabiliyor mu?
 
banada LAZIM LÜTFEN YAZINIZ

give %player% mob_spawner 1 name:&fDemir_Blok_&9Spawner
 
Tornado spawner bence iyi
 
Spawnerininiz ismini söylermisin örnek: &eDemir &fSpawner?
 
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