Sol Reklam
Sağ Reklam

Bulundu kağıt ile fly süreli

Durum
Mesaj gönderimine kapalı.

texax1234

Fırında Isıttığım İlk Taş
Katılım
1 Ekim 2017
Mesajlar
90
Elmaslar
17
Puanlar
3.770
Yaş
24
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 :)
 

RasyonelistBey

Demir Cevheri Gibiyim

Discord:

RasyonelistBey#3144

Katılım
3 Haziran 2020
Mesajlar
197
Elmaslar
229
Puanlar
1.355
Yaş
23
İ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.
 

texax1234

Fırında Isıttığım İlk Taş
Katılım
1 Ekim 2017
Mesajlar
90
Elmaslar
17
Puanlar
3.770
Yaş
24
İ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
 

Ömer Safa Arslan

Odunlara Vur Vur Vur!

Discord:

JandarmaBey#6611

Katılım
16 Temmuz 2017
Mesajlar
46
Elmaslar
20
Puanlar
3.785
Yaş
33
Yer
İstanbul
Minecraft
JandarmaBey
Facebook
-
Twitter
-
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.
 

_OnePage_

Işık + Taş = Işıktaşı

Discord:

OnePage#1881

Katılım
16 Ocak 2020
Mesajlar
1.228
Elmaslar
838
Puanlar
8.575
Minecraft
_OnePage_
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
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı