Vip Fly Skripti

Katılım
10 Kas 2019
Konular
225
Mesajlar
1,057
Çözümler
19
Tepki puanı
1,048
Puanları
8,710
minecraft-logo-png-1782.png



VİP ÜYEYE /VİPFLY

Lobide VIP'lerin uçmasını istiyorsanız bu skripti kullanabilirsiniz.

ardademrpng.png
Kod:
command /vipfly:
    trigger:
        if {fly} is false:
            world is "lobi"
            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 "lobi"
            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

ardademrpng.png

-"lobi" yazan yere lütfen lobinizin olduğu Map'i yazınız.
-İyi Eğlenceler..


 
Katılım
22 Ara 2020
Konular
0
Mesajlar
1
Tepki puanı
0
Puanları
155
Çalışmıyor Düzenleyebilirmisin?