İstek İtem Spawner

Wausy

Sudan Çıkmış
Mesajlar
5
En iyi cevaplar
0
Beğeniler
1
Puanları
20
Ruh hali
Arkadaşlar birisi bana aşağıdaki istediğim spawnerların skriptini yazabilirmi (SilkSpawner kullanıyorum)
1.demir
2.demir blok
3.altın
4.altınblok
5.elmas
6.elmas blok
7.zümrüt
8,zümrüt blok
9.kaktüs
10. Ender Gözü
11. Ender İncisi
12. Nether Yıldızı
13. Havai Fişek Yıldızı
14.Magma Kremi
15.Kill
16.Blaze Çubuğu
 


TrakyaLee

Reborn Project; kaliteli hizmet , uygun fiyat.
Mesajlar
103
En iyi cevaplar
2
Beğeniler
14
Puanları
60
Ruh hali
istediğini bu sayfada yaptım işini görürse puan verirmisin ? https://hasteb.in/sumaquru.sql
elmas sp nin gerisini yapabilirsi
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
 

hkasdf

Sudan Çıkmış
Mesajlar
3
En iyi cevaplar
0
Beğeniler
0
Puanları
20
istediğini bu sayfada yaptım işini görürse puan verirmisin ? https://hasteb.in/sumaquru.sql
elmas sp nin gerisini yapabilirsi
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
server biliyomusunuz peki bunlar olan
 

Üst