yiğit_15226426
Altın Benim Yeni Sevgilim
- Katılım
- 9 Temmuz 2017
- Mesajlar
- 433
- Elmaslar
- 72
- Puan
- 0
- Minecraft
- DestroyerSlayer_
Discord:
Dropex2#3234
Aşşadaki Önceden Bu Forumdan Bulduğum Bi Spawner Skripti
Eskiden Çalışıyordu Yere Koyunca Demir Oluyodu Artık Domuz Oluyor PL Paketi Falan Değiştim Daha Çalışmıyor
Sizce Ne Plsi Gerekiyor Çalışması Için Çok Acil Yardıma Ihtiyacım Var
Eskiden Çalışıyordu Yere Koyunca Demir Oluyodu Artık Domuz Oluyor PL Paketi Falan Değiştim Daha Çalışmıyor
Sizce Ne Plsi Gerekiyor Çalışması Için Çok Acil Yardıma Ihtiyacım Var
Kod:
variables:
{dsp.%player%} = 0
options:
delay: 100 # zaman
count: 1 # adet
command /dspver [<player>] <number>:
permission: op
permission message: &f&lDeep&e&lNW &4Kullanmak Icin Yetkiniz Yok
trigger:
if arg 1 is set:
if arg 2 is set:
execute console command "manuaddp %arg 1% DSP.Kullanim"
execute console command "give %arg 1% 52 %arg 2% name:&5Demir&0-&fSpawner"
on place of a mob spawner:
if name of player's tool is "&5Demir&0-&fSpawner":
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
execute console command "manuaddp %player% minecraft.command.setblock"
wait 0.03 seconds
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:iron_ingot,Count:1,Named:&cDemir,}},SpawnCount:{@count},SpawnRange:2,RequiredPlayerRange:10,delay:{@delay},MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
execute console command "manudelp %player% minecraft.command.setblock"
set {_1} to location of event-block
add {_1} to {demirspawner::*}
on break of mob spawner:
set {_1} to location of event-block
loop {demirspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
execute console command "dspver %player% 1"
remove {_1} from {demirspawner::*}