options:
delay: 1 # zaman
count: 1 # adet
pickupdelay: 1 # 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 "&7&lDemir 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
send "&7&lSorumsuz&e&lNetwork &8&l» &7&lDemir Spawnerı Basarıyla Koyuldu!"
command /demirspawner:
permission: demir.spawner
permission message:&7&lSorumsuz&e&lNetwork &8&l» &cBu komutu kullanabilmek Yetkiniz Yok!
trigger:
if player is op:
give 1 52 named "&7&lDemir Spawner" to player