Çözüldü elmas spawner skripti

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puan
6.210
Yaş
28
Minecraft
AlihanYZR
Elmas spawner skripti normal minecraft dünyasında sorunsuz çalışıyor /is go yazıp adama gittiğimde çalışmıyor domuz spawneri oluyor domuz spawnlanıyor yani askyblock dünyasında çalışmıyor
 
Skripttiniz tek dünya için ayarlıdır. Buraya atarsanız yardımcı olabilirim.
 
Skripttiniz tek dünya için ayarlıdır. Buraya atarsanız yardımcı olabilirim.
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
 
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
Kod içine koyarsanız daha iyi olur.
 
Kod içine koyarsanız daha iyi olur.
kod içine derken anlamadım nasıl yapacağım dediğiniz şeyi acaba
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
Gönderi otomatik olarak birleştirildi:

böylemi
 
Son düzenleme:
Oncelikle Merhaba

KOD :
#########################
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:1b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
#########################
#/uretec Kodunu kullanbilirsin.
 
Oncelikle Merhaba

KOD :
#########################
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:1b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
#########################
#/uretec Kodunu kullanbilirsin.
Askyblock dünyasında çalışıyormu calisi
 
Hımm. Bu destek yazmadıgın icin bilmiyorumda skript kullanmayı deneyebilirsin
 
Hımm. Bu destek yazmadıgın icin bilmiyorumda skript kullanmayı deneyebilirsin
2018-06-23_12.20.39.png
2018-06-23_12.20.45.png
2018-06-23_12.20.49.png

böyle hata veriyor tam sığmadığından parça parça attım
 
Skriptteki "trigger:" yazısını koymamışsınız veya diğer mesajları ona uyarlamamışsınız..
Konu çok eskidiği için kapatıyorum, istiyorsanız yeni konu açabilirsiniz.
 
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