Bulundu Ada Fly Skript Lazım

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

xKatliyam

Zombi Geldi, Beni Yedi
Katılım
24 Ocak 2021
Mesajlar
235
Elmaslar
37
Puan
1.170
Yaş
26
Minecraft
HzFalen

Discord:

! Falen#0788

Arkadaşlar Ben SkyBlock Sunucum İçin Ada Fly Skript İstiyorum Biliyorum internette Çok Var Ama Çoğu Mesela Adada Fly Açınca Lobiye Gidince Hala Açık Kalıyor Yapabilecek varmıdır
 
Kod:
on teleport:
    if player doesn't have permission "op":
        wait 1 tick
        if player's world isn't "ASkyBlock":
            set player's flight mode to false   
        else:
            stop
    else:
        stop

Dener misiniz?
 
y
Kod:
on teleport:
    if player doesn't have permission "fly.sk":
        wait 1 tick
        if player's world isn't "ASkyBlock":
            set player's flight mode to false   
        else:
            stop
    else:
        stop

Dener misiniz?
yanlız adafly komudunu falan atarmısınız
 
Objective-C:
on world change:
        set player's flight mode to false
Oyuncu adadan ayrılınca flyı kapanacaktır.
 
y

yanlız adafly komudunu falan atarmısınız
Kod:
on teleport:
    if player doesn't have permission "op":
        wait 1 tick
        if player's world isn't "ASkyBlock":
            set player's flight mode to false  
        else:
            stop
    else:
        stop

command /adafly:
    trigger:
        if world is "ASkyBlock":
            set player's flight mode to true
            message "AdaFly Aktif."
        else:
            message "Adana Git...."
 
Son düzenleme:
Kod:
on teleport:
    if player doesn't have permission "op":
        wait 1 tick
        if player's world isn't "ASkyBlock":
            set player's flight mode to false  
        else:
            stop
    else:
        stop

command /adafly
    trigger:
        if world is "ASkyBlock":
            set player's flight mode to true
            message "AdaFly Aktif."
        else:
            message "Adana Git...."
resim_2021-07-29_175515.png
 
Kod:
command /uçbakalım
    trigger:
        if player is in "Dünya adı":
            execute console command "fly %player%"
        else:
            send "&fBu komut sadece belirtilen dünyada geçerlidir."
 
teşekkürler oldu fakat şimdide açtımmı birdaha kapatamıyorum
Kod:
on teleport:
    if player doesn't have permission "op":
        wait 1 tick
        if player's world isn't "ASkyBlock":
            set player's flight mode to false 
        else:
            stop
    else:
        stop

command /adafly:
    trigger:
        if world is "ASkyBlock":
            if {fly::%player%} is false:
                set {fly::%player%} to true
                set player's flight mode to true
                message "AdaFly Aktif."
            else:
                set {fly::%player%} to false
                set player's flight mode to false
                message "AdaFly Kapandı."
        else:
            message "Adana Git...."
 
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