Spawner Skripti Yardım Düzeltme

12345mert

Ağaç Yumruklayıcı
En iyi cevaplar
0
Arkadaşlar ben forumda gördüğüm bir skript üzerinden editleme yapmaya çalıştım fakat şöyle bir sorunum var.Oyuncu iron block'a sağ tıklıcak ama block adının Iron Spawner olmasını istiyorum.Fakat bu kodda oyuncu düz demir bloka sağ tıkladığındada oluyor ben bugu düzeltmek istiyorum...

KOD
Kod:
on place of a iron block:
    set {someVariable} to name of held item of player
    {someVariable} is "&f&lIron 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
    set {_1} to location of event-block
    add {_1} to {demirsspawner::*}
    make player execute command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:1,SpawnData:{Item:{id:""iron_ingot"",Count:1},PickupDelay:1}}"
    send "&bDemir spawnerini basari ile koydun!"
 
Üst