muhsincobar
Birisi mi Spawnlandı?
- Katılım
- 30 Ağustos 2017
- Mesajlar
- 3
- Elmaslar
- 0
- Puanlar
- 0
- Yaş
- 22
Elmas blok spawner skripti buldum sorunsuz çalışıyor fakat kırdıgımda koydugumda tekrar koydugumda bunları tekrarladığımda spawner bug ile cogaltılıyor sizlerden istediğim sadece altta verdiğim skript için elmas blok spawnerin direk kırıldıgında envantere gelmesi teşekkürler
Kod:
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&eElmas Blok 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
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:2,SpawnRange:1,RequiredPlayerRange:10,Delay:1,MinSpawnDelay:9,MaxSpawnDelay:1,MaxNearbyEntities:1}"
send "&e&l » &eElmas Blok Spawner Başarıyla Koyuldu!"
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 "&eElmas Blok Spawner" at {_1}
remove {_1} from {elmasspawner::*}
command /elmasblok:
trigger:
if player is op:
give a mob spawner named "&eElmas Blok Spawner" to player