Bulundu kağıt ile fly süreli

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

texax1234

Fırında Isıttığım İlk Taş
Katılım
1 Ekim 2017
Mesajlar
89
Elmaslar
17
Puan
3.770
Yaş
26
kağıt sağ tık yapınca 3 saat fly komudunu kullanabilcek ve o 3 saat /flysürem yazinca kalan saat gözükcek fly saati bitince otomatik olarak flyı kapanıcak her 30dk da 1 chat de uyarı vercek şöle . flyınızın 2.30 saati kalmıştır şimdiden teşekkürler :)
 
İstediğine çok yakın ve sorunsuz çalışan bir skript buyur:
Kod:
command /flyver1 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a5 dk Süreli Uçuş" to arg-1
command /flyver2 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a8 dk Süreli Uçuş" to arg-1
command /flyver3 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a10 dk Süreli Uçuş" to arg-1
command /flyver4 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a20 dk Süreli Uçuş" to arg-1
on portal enter:
    world is "ASkyBlock"
    wait 1 ticks
    teleport player to {nether}



On rightclick with paper:
    if tool's display name is "&a5 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a5 dk Süreli Uçuş" from player
        send "&a5 &7dakikalık süreli uçuşun aktif!" to player
        wait 290 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a10 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a10 dk Süreli Uçuş" from player
        send "&a10 &7dakikalık süreli uçuşun aktif!" to player
        wait 590 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a20 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a20 dk Süreli Uçuş" from player
        send "&a20 &7dakikalık süreli uçuşun aktif!" to player
        wait 1190 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a8 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a8 dk Süreli Uçuş" from player
        send "&a8 &7dakikalık süreli uçuşun aktif!" to player
        wait 470 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
Bana ait değildir.
 
İstediğine çok yakın ve sorunsuz çalışan bir skript buyur:
Kod:
command /flyver1 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a5 dk Süreli Uçuş" to arg-1
command /flyver2 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a8 dk Süreli Uçuş" to arg-1
command /flyver3 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a10 dk Süreli Uçuş" to arg-1
command /flyver4 [<player>]:
    permission: fly.al
    trigger:
        give 1 paper named "&a20 dk Süreli Uçuş" to arg-1
on portal enter:
    world is "ASkyBlock"
    wait 1 ticks
    teleport player to {nether}



On rightclick with paper:
    if tool's display name is "&a5 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a5 dk Süreli Uçuş" from player
        send "&a5 &7dakikalık süreli uçuşun aktif!" to player
        wait 290 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a10 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a10 dk Süreli Uçuş" from player
        send "&a10 &7dakikalık süreli uçuşun aktif!" to player
        wait 590 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a20 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a20 dk Süreli Uçuş" from player
        send "&a20 &7dakikalık süreli uçuşun aktif!" to player
        wait 1190 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
On rightclick with paper:
    if tool's display name is "&a8 dk Süreli Uçuş":
        world is "ASkyBlock"
        play "ENDERDRAGON_WINGS" to player
        set player's fly mode to true
        set {fly} to true
        remove paper named "&a8 dk Süreli Uçuş" from player
        send "&a8 &7dakikalık süreli uçuşun aktif!" to player
        wait 470 seconds
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n10"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n9"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n8"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n7"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n6"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n5"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n4"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n3"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n2"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitiyor » &3&n1"
        wait 1 second
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
        execute console command "tm amessage %player% &bUçuş süren bitti » &3&n0"
Bana ait değildir.
kağıdı kullanıp başka bir dünya gidince fly kapaniyor. adam oyundan cikinca 1dk fly varsa ise otomatik fly acılcak fly hakkı yoksa ucmicak
 
kağıdı kullanıp başka bir dünya gidince fly kapaniyor. adam oyundan cikinca 1dk fly varsa ise otomatik fly acılcak fly hakkı yoksa ucmicak
başka bir dünyaya gidince bütün etkiler kapanır.
 
Kod:
command /surever <player> <timespan>:
    permission: op.op
    trigger:
        add arg-2 to {flysure::%arg-1%}
        send "&2Başarılı!"
on rightclick with paper:
    name of tool is "Fly verir"
    execute console command "surever %player% 3 hours"
function reset(p: player,kaldırılıcaksure: timespan):
    set fly mode of {_p} to false
    remove {_kaldırılıcaksure} from {flysure::%{_p}%}
    delete {kullanmasure::%{_p}%}
    send "&cFly Kapatıldı" to {_p}
on quit:
    {kullanmasure::%player%} is set
    reset(player,{kullanmasure::%player%})
on world chance:
    {kullanmasure::%player%} is set
    reset(player,{kullanmasure::%player%})
command /surelifly:
    trigger:
        {kullanmasure::%player%} is set:
            reset(player,{kullanmasure::%player%})
            stop
        {flysure::%player%} is greater than 1 minutes:
            set {kullanmasure::%player%} to now
            Send "&cUçuyosun"
            set player's flight mode to true
            while {kullanmasure::%player%} is set:
                set {_t} to "&c%{kullanmasure::%player%}%&8/&2%{flysure::%player%}%"
                replace all "seconds" with "saniye" in {_t}
                replace all "second" with "saniye" in {_t}
                replace all "hours" with "saat" in {_t}
                replace all "hour" with "saat" in {_t}
                replace all "minutes" with "dakika" in {_t}
                replace all "minute" with "dakika" in {_t}
                replace all "days" with "gün" in {_t}
                replace all "day" with "gün" in {_t}
                show action bar "%coloured {_t}%" to player
                if {kullanmasure::%player%} is greater than {flysure::%player%}:
                    reset(player,{kullanmasure::%player%})
                    send "&6Fly Bitti"
                wait 1.5 seconds   
        else:
            send "&6Yeterli Süre Yok!"
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

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