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

  • Konuyu Başlatan Konuyu Başlatan JuneX
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 573
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

JuneX

Nerelerdesin Be Zümrüt?
Katılım
12 Ekim 2019
Mesajlar
529
Elmaslar
126
Puan
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
 
Eğer script'inizi atar iseniz yardımcı olmaya çalışırım.
 
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
 
ç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.
 
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
 
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