Çözüldü Spawner kırınca envantere gelmesi.

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

Crawn*

Fırında Isıttığım İlk Taş
Katılım
21 Kasım 2018
Mesajlar
79
Elmaslar
3
Puan
0
Yaş
21
Konum
Play.CraftRose.Net
Minecraft
Craxw
arkadaşlar altaki spawnerlara kırılınca envantere gelmesini yaparmısınız?

tek yapıp atmayın hepisin yaparmısınız?

Kod:
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cElmas &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {elmasspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {elmasspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cElmas Blok &fSpawner" at {_1}
        remove {_1} from {elmasspawner::*}
command /bizimelmas [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cElmas_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cElmas Blok &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {elmasbspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {elmasbspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cElmas Blok &fSpawner" at {_1}
        remove {_1} from {elmasbspawner::*}
command /bizimelmasblok [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cElmas_Blok_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cDemir &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {demirspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {demirspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cDemir &fSpawner" at {_1}
        remove {_1} from {demirspawner::*}
command /bizimdemir [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cDemir_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cDemir Blok &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:42,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {demirbspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {demirbspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cDemir Blok &fSpawner" at {_1}
        remove {_1} from {demirbspawner::*}
command /bizimdemirblok [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cDemir_Blok_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cAltın &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:266,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {altinspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {altinspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cAltın &fSpawner" at {_1}
        remove {_1} from {altinspawner::*}
command /bizimaltin [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cAltın_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cAltın Blok &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:41,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {altinbspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {altinbspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cAltın Blok &fSpawner" at {_1}
        remove {_1} from {altinbspawner::*}
command /bizimaltinblok [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cAltın_Blok_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cZümrüt &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:388,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {zumrutspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {zumrutspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cZümrüt &fSpawner" at {_1}
        remove {_1} from {zumrutspawner::*}
command /bizimzumrut [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cZümrüt_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cZümrüt Blok &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:133,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {zumrutbspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {zumrutbspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cZümrüt Blok &fSpawner" at {_1}
        remove {_1} from {zumrutbspawner::*}
command /bizimzumrutblok [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cZümrüt_Blok_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cEnd Taş &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:121,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {endtspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {endtspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cEnd Taş &fSpawner" at {_1}
        remove {_1} from {endtspawner::*}
command /bizimendtas [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cEnd_Taş_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cSünger &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:19,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {sungerbspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {sungerbspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cSünger &fSpawner" at {_1}
        remove {_1} from {sungerbspawner::*}
command /bizimsunger [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cSünger_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cPrizmarin &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:168,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {prizmarinspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {prizmarinspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cPrizmarin &fSpawner" at {_1}
        remove {_1} from {prizmarinspawner::*}
command /bizimprizmarin [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cPrizmarin_&fSpawner"
          
on place of a mob spawner:
    set {_someVariable} to name of held item of player
    {_someVariable} is "&cEjder Yumurta &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.3 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:122,Count:1}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    set {_1} to location of event-block
    add {_1} to {eggspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"

on break of mob spawner:
    tool of player is any pickaxe of silk touch
    set {_1} to location of event-block
    loop {eggspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&cEjder Yumurta &fSpawner" at {_1}
        remove {_1} from {eggspawner::*}
command /bizimdragon [<player>] [<int>]:
    permission: SP.Kurucu
    trigger:
        if command sender is op or console:       
            execute console command "give %arg-1% 52 %arg-2% name:&cEjder_Yumurta_&fSpawner"
 
Attığın skriptini önermiyorum.

Önerim;
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
. (ücretsiz)

EpicSpawner veya TornodaSpawner (ikisi de ücretli)
 
Attığın skriptini önermiyorum.

Önerim;
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
. (ücretsiz)

EpicSpawner veya TornodaSpawner (ikisi de ücretli)
Skripti sıkıntısız ,bugsuz ,0hatta ile kullanıyorum.
Gönderi otomatik olarak birleştirildi:

Yetkili ,skripten anlayan biri baksın be açıl gerekli
 
Son düzenleme:
discord adresiniz varmı acaba
 
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