Çözüldü SPAWNERLERDEN ELMAS ZÜMRÜT VB. ÇIKMIYOR

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

Sensei ''C''

Pixel Arter and Pixel Animator.
Katılım
25 Temmuz 2018
Mesajlar
603
Elmaslar
568
Puan
15.420
Konum
Adana
Minecraft
SenseiMC

Discord:

Sensei#7806

SPAWNERLERDEN ELMAS ZÜMRÜT VB. ÇIKMIYOR YARDIM GENÇLER
 
Hangi eklentiyi kullanıyorsun?
 
Kod:
on place of a mob spawner:   
    set {_someVariable} to name of held item of player
    {_someVariable} is "&bElmas Blok &8- &aSpawner"
    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 0.1 second
    execute console command "manuaddp %player% minecraft.command.setblock"
    execute player command  "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:5,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
    send "&3Spawner &8» &bElmas Blok &aSpawner Başarıyla Konuldu"
    set {_1} to location of event-block
    add {_1} to {elmassspawner::*}
    execute console command "manudelp %player% minecraft.command.setblock"
 
on break of mob spawner:
    tool of player is any pickaxe
    set {_1} to location of event-block
    loop {elmassspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        drop a mob spawner named "&bElmas Blok &8- &aSpawner" at {_1}
        remove {_1} from {elmassspawner::*}
command /elmassp:
    permission: SP.Kurucu
    trigger:
        if player is op:
            give a mob spawner named "&bElmas Blok &8- &aSpawner" to player
Bu skripti dener misin?
 
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