Uçan Halı

Arrow

Altın Madencisi
En iyi cevaplar
0
siz yürüdükçe altınızdaki blokları cama dönüştürüyor şuanlık bir bug var nedense bir tarafındaki bloğu silmiyor yürürken.

Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


Kod:
on any movement:
    if {ucanhali.%player%} is equal to 1:
        set the block below the player to glass
        set the block in front of the block below the player to glass
        set the block right of the block below the player to glass
        set the block left of the block below the player to glass
        wait 2 seconds
        set the block to air
        set the block right of the block to air
        set the block in front of the block to air
        set the block left of the block to air
        set the block behind the block to air
command /ucanhali:
    permission:ucan.hali
    trigger:
        set {ucanhali.%player%} to 1
        message "&bUcanHali Acildi!"

command /ucanhalikapa:
    permission:ucan.hali
    trigger:
        set {ucanhali.%player%} to 0
        message "&bUcanHali Kapatildi!"
 
Son düzenleme:
  • Beğen
Reactions: DIO

onikiasd

Zombi Katili
En iyi cevaplar
0
benim çok hoşumıa gitti özellikle rpg serverlarda skill olarak kullanılabilir mesela buz kralı yürüdüğü geçtiği yerler buza dönüşür gayet başarılı bir çalışma tebrikler
 

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
malesef halı havada durmuyor :( bu arada skriptte glass yazan yerleri değiştirerek istediğni blok yapabilirsiniz :)
Büyük, blok olan halıyı kastediyorlar.
Ah şu lag yapan skriptler* :( On any movement Etrafa bakmasında bile tetikleniyor bildiğim :(
Keşke altına Skquerry gerektirir yazsaydın*
 
Üst