Minecraft Adafly Skripti

Ücretsiz Minecraft Adafly Skripti 1.0

indirmek için izniniz yok
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 dosyayı indirmenizi tavsiye ederim.)


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."
Yazar
Erhan
İndirilme
2
Görüntüleme
854
İlk yayınlama
Son güncelleme
Değerlendirme
0.00 yıldız 0 değerlendirme

Erhan ait diğer kaynakar

Üst