MertcanÇetinok
Koydum Çalışma Masasını
- Katılım
- 6 Mart 2015
- Mesajlar
- 56
- Elmaslar
- 2
- Puan
- 13.260
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:
[DOUBLEPOST=1484128261,1484087373][/DOUBLEPOST]Güncell[DOUBLEPOST=1484349951][/DOUBLEPOST]Güncel @ByFatih[DOUBLEPOST=1484401400][/DOUBLEPOST]GUNCEL HELP !!!
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!"