Çözüldü Spawner Skripti Konusunda Yardim/ Spawner Skripti

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

davudumbenim

Birisi mi Spawnlandı?
Katılım
20 Ocak 2019
Mesajlar
9
Elmaslar
1
Puan
0
Yaş
27
Minecraft
dragondemon68

Discord:

Davud#3383

Merhabalar Bir Skript Almıştım Geçen Sizden İstediğim Örnegin Diamond Spawner Onu Istediğim Şeyi Droplamasını Yapabilirim Ancak Dropladığı İtemin İsmini Değiştiremem Veya Lore Sini Onu Nasıl Değiştirebilirim onu sizden istiyorum sadece(Açıklamasını) Bu Konuda Destek Olurmusunuz (Skriptte Sorun Yoktur Olmayanlar Kullanabilir)

Kod:
options:
    tag: &5[Spawnerlar]

################################################## ##################################################
# delay miktari Kac saniyede Spawnlansin Demektir# #delay miktarina 1 yazarsaniz 1 saniyede spawnlar#
################################################## ##################################################    
   
#ELMAS SPAWNER
    dogmamiktari: 5
    dogmaalani: 5
    delaymiktari: 100
    endusukdelaymiktari: 100
    enyuksekdelaymiktari: 200
    gerekenoyuncualani: 70
   
#ALTIN SPAWNER
    altindogmamiktari: 5
    altindogmaalani: 5
    altindelaymiktari: 100
    altinendusukdelaymiktari: 100
    altinenyuksekdelaymiktari: 200
    altingerekenoyuncualani: 70
   
#ZÜMRÜT SPAWNER
    zumrutdogmamiktari: 5
    zumrutdogmaalani: 5
    zumrutdelaymiktari: 100
    zumrutendusukdelaymiktari: 100
    zumrutenyuksekdelaymiktari: 200
    zumrutgerekenoyuncualani: 70
   
#SÜNGER SPAWNER
    sungerdogmamiktari: 5
    sungerdogmaalani: 5
    sungerdelaymiktari: 100
    sungerendusukdelaymiktari: 100
    sungerenyuksekdelaymiktari: 200
    sungergerekenoyuncualani: 70
   
#ELMAS BLOK SPAWNER
    elmasblokdogmamiktari: 5
    elmasblokdogmaalani: 5
    elmasblokdelaymiktari: 100
    elmasblokendusukdelaymiktari: 100
    elmasblokenyuksekdelaymiktari: 200
    elmasblokgerekenoyuncualani: 70
   
#DEMİR SPAWNER
    demirdogmamiktari: 5
    demirdogmaalani: 5
    demirdelaymiktari: 100
    demirendusukdelaymiktari: 100
    demirenyuksekdelaymiktari: 200
    demirgerekenoyuncualani: 70


on place:
    if player's tool is diamond block named "&bElmas Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerleri::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:1b}},SpawnCount:{@dogmamiktari},SpawnRange:{@dogmaalani},RequiredPlayerRange:{@gerekenoyuncualani},Delay:{@delaymiktari},MinSpawnDelay:{@endusukdelaymiktari},MaxSpawnDelay:{@enyuksekdelaymiktari},MaxNearbyEntities:1}" as op
       
    if player's tool is gold block named "&bAltin Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerlerialtin::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:gold_ingot,Count:1b}},SpawnCount:{@altindogmamiktari},SpawnRange:{@altindogmaalani},RequiredPlayerRange:{@altingerekenoyuncualani},Delay:{@altindelaymiktari},MinSpawnDelay:{@altinendusukdelaymiktari},MaxSpawnDelay:{@altinenyuksekdelaymiktari},MaxNearbyEntities:1}" as op
       
    if player's tool is emerald block named "&bZumrut Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerlerizumrut::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:emerald,Count:1b}},SpawnCount:{@zumrutdogmamiktari},SpawnRange:{@zumrutdogmaalani},RequiredPlayerRange:{@zumrutgerekenoyuncualani},Delay:{@zumrutdelaymiktari},MinSpawnDelay:{@zumrutendusukdelaymiktari},MaxSpawnDelay:{@zumrutenyuksekdelaymiktari},MaxNearbyEntities:1}" as op
   
    if player's tool is sponge named "&bSunger Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerlerisunger::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:sponge,Count:1b}},SpawnCount:{@sungerdogmamiktari},SpawnRange:{@sungerdogmaalani},RequiredPlayerRange:{@sungergerekenoyuncualani},Delay:{@sungerdelaymiktari},MinSpawnDelay:{@sungerendusukdelaymiktari},MaxSpawnDelay:{@sungerenyuksekdelaymiktari},MaxNearbyEntities:1}" as op
   
    if player's tool is lapis block named "&bElmas Blok Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerlerielmasblok::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond_block,Count:1b}},SpawnCount:{@elmasblokdogmamiktari},SpawnRange:{@elmasblokdogmaalani},RequiredPlayerRange:{@elmasblokgerekenoyuncualani},Delay:{@elmasblokdelaymiktari},MinSpawnDelay:{@elmasblokendusukdelaymiktari},MaxSpawnDelay:{@elmasblokenyuksekdelaymiktari},MaxNearbyEntities:1}" as op
       
    if player's tool is iron block named "&bDemir Dogurucu":
        set {_eventyeri} to location of event-block
        add {_eventyeri} to {spawneryerleridemir::*}
        set {_xkordinat} to x coord of event-location
        set {_ykordinat} to y coord of event-location
        set {_zkordinat} to z coord of event-location
        play mobspawner flames at event-block
        play raw sound "random.anvil_break" at event-block with pitch 1 volume 4
        run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:1b}},SpawnCount:{@demirdogmamiktari},SpawnRange:{@demirdogmaalani},RequiredPlayerRange:{@demirgerekenoyuncualani},Delay:{@demirdelaymiktari},MinSpawnDelay:{@demirendusukdelaymiktari},MaxSpawnDelay:{@demirenyuksekdelaymiktari},MaxNearbyEntities:1}" as op
           

   
on break:
    event-block is mob spawner
    if tool of player is any pickaxe of silk touch:
        set {_eventyeri} to location of event-block
        loop {spawneryerleri::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerleri::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 diamond block named "&bElmas Dogurucu" to player
                    stop
                   
        loop {spawneryerlerialtin::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerialtin::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 gold block named "&bAltin Dogurucu" to player
                    stop
           
        loop {spawneryerlerizumrut::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerizumrut::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 emerald block named "&bZumrut Dogurucu" to player
                    stop
                   
        loop {spawneryerlerisunger::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerisunger::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 sponge named "&bSunger Dogurucu" to player
                    stop
                   
        loop {spawneryerlerielmasblok::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerielmasblok::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 lapis block named "&bElmas Blok Dogurucu" to player
                    stop
                   
        loop {spawneryerleridemir::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerleridemir::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                if player's gamemode is creative:
                    stop
                else:
                    give 1 iron block named "&bDemir Dogurucu" to player
                    stop
                   
    else:
        set {_eventyeri} to location of event-block
        loop {spawneryerleri::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerleri::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop

                   
        loop {spawneryerlerialtin::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerialtin::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop
           
        loop {spawneryerlerizumrut::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerizumrut::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop
                   
        loop {spawneryerlerisunger::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerisunger::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop
                   
        loop {spawneryerlerielmasblok::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerlerielmasblok::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop
                   
        loop {spawneryerleridemir::*}:
            if loop-value is {_eventyeri}:
                cancel event
                remove {_eventyeri} from {spawneryerleridemir::*}
                set event-block to air
                play mobspawner flames at event-block
                create a fake explosion at the event-block
                stop
                   
       
       

command /spawneral [<text>]:
    permission: admin.spawneral
    permission message: {@tag} &cYetkin Yok!
    trigger:
        if arg-1 is "diamond":
            give 1 diamond block named "&bElmas Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
           
        if arg-1 is "iron":
            give 1 iron block named "&bDemir Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
           
        if arg-1 is "gold":
            give 1 gold block named "&bAltin Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
           
        if arg-1 is "emerald":
            give 1 emerald block named "&bZumrut Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
           
           
        if arg-1 is "sponge":
            give 1 sponge named "&bSunger Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
       
        if arg-1 is "diamond block":
            give 1 lapis block named "&bElmas Blok Dogurucu" to player
            play mobspawner flames at player
            play raw sound "mob.bat.death" at player with pitch 1 volume 3
            message "{@tag} &bBir Elmas Spawner aldın!"
           
        else:
            message "{@tag} &cDogurucular: &eiron, gold, emerald, diamond, sponge, diamond block"
            play raw sound "mob.villager.no" at player with pitch 1 volume 4
            stop
 
JavaScript:
    demirname: &6Demir

run player command "setblock %{_xkordinat}% %{_ykordinat}% %{_zkordinat}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:1b}},SpawnCount:{@demirdogmamiktari},SpawnRange:{@demirdogmaalani},RequiredPlayerRange:{@demirgerekenoyuncualani},Delay:{@demirdelaymiktari},MinSpawnDelay:{@demirendusukdelaymiktari},MaxSpawnDelay:{@demirenyuksekdelaymiktari},MaxNearbyEntities:1,Name:{@demirname}}" as op
 
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