Paylaşım Minecraft Adafly Skripti

Erhan

www.Rabisu.com
Yönetici
Katılım
27 Haz 2020
Mesajlar
410
En iyi cevaplar
20
Puanları
2,140
Ödüller
10
Merhaba, Bugün sizlere sorunsuz çalışan adafly skriptini paylaşıyorum. Güzel günlerde kullanmanız dileğiyle. :) (Oluşabilecek boşluk hatalarından dolayı aşağıda bırakmış olduğum .zip dosyasından yararlanabilirsiniz.)


Kod:
on world change:
    if player doesn't have permission "ben.yetkiliyim":
        set player's fly mode to false
       
on world change:
    if world is "ASkyblock":
        set player's fly mode to true

on join:
    set {ucus.%player%} to false
           
command /uç:
    aliases: adafly
    trigger:
        if world is "ASkyblock":
            if {ucus.%player%} is false:
                set player's fly mode to true
                message "{@p} &7Uçma modu &aaçıldı"
                set {ucus.%player%} to true
            else:
                set player's fly mode to false
                send "{@p} &7Uçma modu &ckapatıldı"
                set {ucus.%player%} to false
        else:
            message "{@p} &7Uçma modunu açmak için adalar dünyasında olman gerekmektedir."
 

Ekli dosyalar

  • adafly.zip
    411 bayt · Görüntüleme: 48
Üst