Çözüldü Spawner hattasi?

  • Konuyu Başlatan Konuyu Başlatan Crawn*
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 543
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 sunucuma spawnerlar kurdum. skript ile demirsp, fln oyuncular koyabiliyor ama koyduktan sonra herhangi bir blok koyduklari zaman o blok demir sp veya zümrüt sp oluyor en son hangi sp koyduklarinda o sp oluyor? nasil engellerim bunu permleri yada skript düzeltirmisiniz?


Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
            
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
Gönderi otomatik olarak birleştirildi:

Yardim edecek yetkili ,insan yokmu ?
 
Son düzenleme:
Arkadaşlar sunucuma spawnerlar kurdum. skript ile demirsp, fln oyuncular koyabiliyor ama koyduktan sonra herhangi bir blok koyduklari zaman o blok demir sp veya zümrüt sp oluyor en son hangi sp koyduklarinda o sp oluyor? nasil engellerim bunu permleri yada skript düzeltirmisiniz?


Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
        
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
on place:
    set {someVariable} to name of held item of player
    {someVariable} is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
Gönderi otomatik olarak birleştirildi:

Yardim edecek yetkili ,insan yokmu ?

Bunun sebebi herkese açık normal variable kullanmanızdır.Çünkü herkesin eşyasını aynı variableye setlemişsiniz. Buyur düzelltim:

Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
           run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
   
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
   
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
         
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of held item of player "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player

Alternatif olarak @kingOf0 'nun yaptığı çok güzel bir skriptide kullanabilirsin.Tıkla ve git.
 
Bunun sebebi herkese açık normal variable kullanmanızdır.Çünkü herkesin eşyasını aynı variableye setlemişsiniz. Buyur düzelltim:

Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
           run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
  
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
  
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
        
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player

Alternatif olarak @kingOf0 'nun yaptığı çok güzel bir skriptide kullanabilirsin.Tıkla ve git.
Teşekür ediyorum. önerin için ama çok karişik ve çok kod olduğu için bana göre karişik geliyo böye skriptler önerin için teşekürler.
Gönderi otomatik olarak birleştirildi:

Bunun sebebi herkese açık normal variable kullanmanızdır.Çünkü herkesin eşyasını aynı variableye setlemişsiniz. Buyur düzelltim:

Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
           run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
  
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
  
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
        
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of held item of player "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player

Alternatif olarak @kingOf0 'nun yaptığı çok güzel bir skriptide kullanabilirsin.Tıkla ve git.
Atiğiniz skript hatali 12 hatta.
Spawner koyduğum zaman sp domuz spawneri oluyor.
demir çikartmiyor.
 
Teşekür ediyorum. önerin için ama çok karişik ve çok kod olduğu için bana göre karişik geliyo böye skriptler önerin için teşekürler.
Gönderi otomatik olarak birleştirildi:


Atiğiniz skript hatali 12 hatta.
Spawner koyduğum zaman sp domuz spawneri oluyor.
demir çikartmiyor.
Kusura bakma test etmeden atmıştım.Buyur düzelttim:
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
      
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
            
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
    
on place:
    name of the player's tool is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
      
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
 
Kusura bakma test etmeden atmıştım.Buyur düzelttim:
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
    
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
          
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
  
on place:
    name of the player's tool is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
Çok Teşekürler, saol çalişti hattasiz. tekrardan teşekürler .
Gönderi otomatik olarak birleştirildi:

Kusura bakma test etmeden atmıştım.Buyur düzelttim:
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
     
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
           
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
özür diliyorum ama. spawneri kirdiğin zaman eline gelmiyor? spawneri eli ile kirsa bile envantere gelmesini istiyorum nasil ypairm onu? yani bütün itemler ile spawner kirinca eline gelecek?
Gönderi otomatik olarak birleştirildi:

Kusura bakma test etmeden atmıştım.Buyur düzelttim:
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Spawner" to player

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fDemir Block Spawner" to player

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
     
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Spawner" to player

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fAltın Block Spawner" to player

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Spawner" to player

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fElmas Block Spawner" to player
           
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Spawner" to player

# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
   
on place:
    name of the player's tool is "&fZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
     
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&fZümrüt Block Spawner" to player
rica etsem son 1 defa söyediğim şeyide eklermissin. PLS
 
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