Vip Fly Skripti

Crefax

Rafa
Katılım
4 Haz 2019
Mesajlar
500
Beğeni
174
Puanları
700
Minecraft Türkiye
Merhaba Minecraft-Türkiye Forum Üyeleri

Kod:
command /vipfly:
    trigger:
        if {fly} is false:
            world is "map"
            send "&3Lobi &8» &aUçuş Modu Aktif" to player
            execute console command "pms play ENDERDRAGON_WINGS %player%"
            execute console command "fly %player%"
            set {fly} to true
        else:
            world is "map"
            send "&3Lobi &8» &aUçuş Modu Kapalı" to player
            execute console command "fly %player%"
            execute console command "pms play ENDERDRAGON_HIT %player%"
            set {fly} to false
Vip için /vipfly komudu.
map yazan kısıma map isminizi yazın, eğer lobi değilse send "&3Lobi kısmındaki Lobi yazısını değiştirin.
 
Üst