Sol Reklam

Çözüldü Süreli Uçuş Skriptim

Durum
Mesaj gönderimine kapalı.

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
535
Elmaslar
130
Puanlar
4.775
Minecraft
JuneZX
MERHABA BENIM SURELI UÇUŞ SKRIPTIM VAR BITMEDEN 10 DAN GERİYE SAYIP GÖSTERMESİNİ İSTİYOM TM ABC İLE GÖSTERMESİNİ İSTİYORUM
 

Lynch

Göz Düşürme Sanatı Nedir?

Discord:

Lynch#7622

Katılım
14 Haziran 2015
Mesajlar
2.065
Elmaslar
1.678
Puanlar
17.435
Eğer script'inizi atar iseniz yardımcı olmaya çalışırım.
 

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
535
Elmaslar
130
Puanlar
4.775
Minecraft
JuneZX
Eğer script'inizi atar iseniz yardımcı olmaya çalışırım.
pardon atcaktm unutmuşuö
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
        wait 5 minutes
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
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
        wait 10 minutes
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
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
        wait 20 minutes
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
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
        wait 8 minutes
        set player's fly mode to false
        play "ENDERDRAGON_HIT" to player
        set {fly} to false
 

Lynch

Göz Düşürme Sanatı Nedir?

Discord:

Lynch#7622

Katılım
14 Haziran 2015
Mesajlar
2.065
Elmaslar
1.678
Puanlar
17.435
Bu link adresin'den kodu alabilirsiniz herhangi bir hata olursa burdayız.​
 

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
535
Elmaslar
130
Puanlar
4.775
Minecraft
JuneZX
Bu link adresin'den kodu alabilirsiniz herhangi bir hata olursa burdayız.​
çok teşekkürler küçük bir şey daha istesem yaparmısınız? şu kagıda sağ tıkladıgımızda
X Dakikalık Süreli Uçuşun Aktif! yazabilirmi mesaj olarak
 

Reynixan

Le cose belle arrivano quando non le cerchi.

Discord:

Reynixan#8044

Katılım
22 Ocak 2020
Mesajlar
635
Elmaslar
725
Puanlar
8.175
Yaş
21
Yer
Istanbul
çok teşekkürler küçük bir şey daha istesem yaparmısınız? şu kagıda sağ tıkladıgımızda
X Dakikalık Süreli Uçuşun Aktif! yazabilirmi mesaj olarak
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"

Buyur.
 

Le'louch

Say "bye" to the past, "hello" to the tomorrow.

Discord:

Le'louch#6234

Katılım
18 Şubat 2019
Mesajlar
204
Elmaslar
112
Puanlar
4.170
Yaş
23
Minecraft
Lelocuk

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
535
Elmaslar
130
Puanlar
4.775
Minecraft
JuneZX
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"

Buyur.
çok teşekkür ederim bugun baya yardımcı oldun ellerin dert görmesin
 

Reynixan

Le cose belle arrivano quando non le cerchi.

Discord:

Reynixan#8044

Katılım
22 Ocak 2020
Mesajlar
635
Elmaslar
725
Puanlar
8.175
Yaş
21
Yer
Istanbul
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı