Adafly

  • Konuyu Başlatan Konuyu Başlatan IYBK
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 454

IYBK

Bizde geri vites yok! Gerekirse ilerden döneriz.
Katılım
11 Eylül 2016
Mesajlar
191
Elmaslar
80
Puan
14.170
Yaş
28
Konum
İzmir
Minecraft
ImpCrayzLocker

Discord:

.

command /fly:
aliases: /efly, /essentials:efly, /essentials:fly
permission: ucma.exe
permission message: &8&l[ &bUçuş &8&l] &e» &7Bunu yapabilmek için &bGerekli &7yetkiye sahip değilsin.
trigger:
if {fly} is true:
set {fly} to false
execute console command "/tm msg %player% &bUçuş Modu &c&lDeaktif"
execute player command "essentials:efly off"
else:
set {fly} to true
execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈&c✈✈✈✈✈✈"
wait 2 second
execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈&c✈✈✈✈"
wait 2 second
execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈✈✈&c✈✈"
wait 2 second
execute console command "/tm msg %player% &bUçuş Modu Açılıyor "
execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈✈✈✈✈"
wait 2 seconds
execute console command "/tm msg %player% &bUçuş Modu &a&lAktif!"
execute console command "/tm amsg %player% &eArtık uçmakta özgürsün."
if {fly} is true:
execute player command "/essentials:efly on"

Bu Komuta sadece adada açmayı ekleyip atabilirmisiniz
 
Kod:
on join:
    if {ucus.%player%} is not set:
        set {ucus.%player%} to false

command /adafly:
    trigger:
        if player's world is "Askyblock":
            if {ucus.%player%} is false:
                execute console command "fly %player% on"
                set {ucus.%player%} to true
            else:
                execute console command "fly %player% off"
                set {ucus.%player%} to false
        else:
            send "&aSkyBlock &8» &aAdaFly &7açabilmek için adada olman lazım!"

Daha kolayı var.
 
Kod:
command /fly:
    aliases: /efly, /essentials:efly, /essentials:fly
    permission: ucma.exe
    permission message: &8&l[ &bUçuş &8&l] &e» &7Bunu yapabilmek için &bGerekli &7yetkiye sahip değilsin.
    trigger:
        if player's world is "Askyblock":
            if {fly} is true:
            set {fly} to false
            execute console command "/tm msg %player% &bUçuş Modu &c&lDeaktif"
            execute player command "essentials:efly off"
            else:
            set {fly} to true
            execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
            execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈&c✈✈✈✈✈✈"
            wait 2 second
            execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
            execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈&c✈✈✈✈"
            wait 2 second
            execute console command "/tm msg %player% &bUçuş Modu Açılıyor..."
            execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈✈✈&c✈✈"
            wait 2 second
            execute console command "/tm msg %player% &bUçuş Modu Açılıyor "
            execute console command "/tm amsg %player% &eYükleniyor &8&l» &a✈✈✈✈✈✈✈✈"
            wait 2 seconds
            execute console command "/tm msg %player% &bUçuş Modu &a&lAktif!"
            execute console command "/tm amsg %player% &eArtık uçmakta özgürsün."
            if {fly} is true:
            execute player command "/essentials:efly on"
        else:
            send "Adafly'ı Yalnızca Adada Kullanabilirsin"
 

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