Çözüldü Spawner kırılmasi için minik bir skript

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

AysanCSS

Bir Kömür Göründü Kaptanım!
Katılım
2 Ekim 2017
Mesajlar
141
Elmaslar
9
Puan
0
Yaş
28
Arkadaşlar sorunumu kaç gündür çözemiyorum sizlerden istediğim oyuncu spawneri ipeksi ile kırınca eline &eDemirSpawner Adinda spawner gelmesidir teşekkürler.



on break of mob spawner:
buraya gelecek sanırım​
 
yapılabilir ama her spawneri kırınca gelir :D
 
En iyisini yapıyor fakat ücretli
@MoonLight
 
Arkadaşlar sorunumu kaç gündür çözemiyorum sizlerden istediğim oyuncu spawneri ipeksi ile kırınca eline &eDemirSpawner Adinda spawner gelmesidir teşekkürler.



on break of mob spawner:
buraya gelecek sanırım​
Kod:
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&eDemir &fSpawner"
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    wait 0 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:iron_ingot,Count:2b}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:70,MaxSpawnDelay:70,MaxNearbyEntities:2}"
    send "&2Demir &eSpawner Koyuldu."
    execute console command "manudelp %player% minecraft.command.setblock"
    set {_1} to location of event-block
    add {_1} to {demirsp::*}
on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {demirsp::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&eDemir &fSpawner" at {_1}
        remove {_1} from {demirsp::*}
command /DemirSpawner:
    trigger:
        if player is op:
            give a mob spawner named "&eDemir &fSpawner" to player

Al Bunu Hiç Ugraşma Kırdıgında Eline Gelir.
 
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