Çözüldü Skripte PVP zamani ekleme

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

YusifHuseynli24

Bir Kömür Göründü Kaptanım!
Katılım
13 Mayıs 2018
Mesajlar
122
Elmaslar
24
Puan
0
Minecraft
iCyrex
Kod:
command /spawn:
    trigger:
        if player has permission "op":
            send "{@tp} &aSpawn`a Işınlandın."
            teleport player to {spawn}
        else:
            send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c3 &7]"
            wait 1 second
            send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c2 &7]"
            wait 1 second
            send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c1 &7]"
            wait 1 second
            send "{@tp} &aSpawn`a Işınlandın."
            teleport player to {spawn}
bu skripte eyer adam kipirdarsa isinlanmayi iptal etsin
 
Kod:
command /spawn:
    trigger:
        if player has permission "op":
            send "{@tp} &aSpawn`a Işınlandın."
            teleport player to {spawn}
        else:
            set {hareket::%player%} to true
            loop 3 times:
                if {hareket::%player%} is true:
                    send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c%loop-value-3% &7]"
                    wait 1 second
            if {hareket::%player%} is true:
                send "{@tp} &aSpawn`a Işınlandın."
                teleport player to {spawn}
                set {hareket::%player%} to true
                
on any move:
    if {hareket::%player%} is true:
        delete {hareket::%player%}
        send "Hareket ettiğin için ışınlanman iptal edildi!" to player
 
Kod:
options:
    p: &3SunucuAdı &8&l»
 
command /spawnçek:
    trigger:
        if player doesn't have permission "spawn.cek":
            send "{@p} &cBunu yapmaya yetkin yok!"
        else:
            set {spawn} to location of player
            send "{@p} &aSpawn noktası belirlendi."
            set {spawnlokasyon.x} to the player's x-coordinate
            set {spawnlokasyon.y} to the player's y-coordinate
            set {spawnlokasyon.z} to the player's z-coordinate
  
command /spawn:
    trigger:
        {isinlanmaiptal.%player%} is not set:
            send player title "&bIşınlanılıyor..." with subtitle "&bSon &f3 &bsaniye!" for 0.7 seconds
            set {isinlanmaiptal.%player%} to true
            delete {isinlanmahareket.%player%} to true
            wait 1 seconds
            {isinlanmaiptal.%player%} is set:
                send player title "&bIşınlanılıyor..." with subtitle "&bSon &f2 &bsaniye!" for 0.7 seconds
                wait 1 seconds
                {isinlanmaiptal.%player%} is set:
                    send player title "&bIşınlanılıyor..." with subitle "&bSon &f1 &bsaniye!" for 0.7 seconds
                    wait 1 seconds
                    {isinlanmaiptal.%player%} is set:
                        teleport player to {spawn}
                        send player title "&aIşınlandın!" with subitle "Lokasyon: &aX&f&l:&f%{spawnlokasyon.x}% &aY&f&l:&f%{spawnlokasyon.y} &aZ&f&l:&f%{spawnlokasyon.z}"
                        delete {isinlanmaiptal.%player%}
                        delete {isinlanmahareket.%player%}

on any move:
    {isinlanmahareket.%player%} is set:
        delete {isinlanmaiptal.%player%}

on respawn:
    teleport player to {spawn}
 
on login:
    teleport player to {spawn}
    {isinlanmaiptal.%player%} is set:
        delete {isinlanmaiptal.%player%}

Zamanında üşenmeden MoreTP eklentisine özenmiştim. Sorun var ise SS aracılığıyla atabilirsin.
 
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