Crawn*
Fırında Isıttığım İlk Taş
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?
Yardim edecek yetkili ,insan yokmu ?
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: