Çözüldü Oyuna girince bakılan nokta

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

NovaStar

Bir Kömür Göründü Kaptanım!
Katılım
5 Haziran 2018
Mesajlar
142
Elmaslar
46
Puan
13.620
Yaş
26
Minecraft
CemreK
X
CemrekArtworks

Discord:

CemreK#8078

merhaba suncumda spawn skripti kullanıyorum
spawn çekerken ileriye bakıyorum ama oyuna girince havaya fln bakıyo baktığımız noktayı nasıl ayarlayabiliriz bilgisi olan varmı?​
 
Kullandığınız skripti atar mısınız
kullandığı skript
Kod:
on join:
    teleport the player to {spawn}  
    stop

on first join:
    teleport the player to {spawn}
    stop
   
on respawn:
    teleport the player to {spawn}
   
command /spawnyap:
    permission: op
    trigger:
        set {spawn} to location of the player
        send "{@p} &7Spawn yeri ayarlandı." to player
           
command /spawngit:
    permission: op
    trigger:
        teleport the player to {spawn}
        send "{@p} &7Spawna gittin!" to player
 
1630244817306.png
 
Merhaba,
merhaba suncumda spawn skripti kullanıyorum
spawn çekerken ileriye bakıyorum ama oyuna girince havaya fln bakıyo baktığımız noktayı nasıl ayarlayabiliriz bilgisi olan varmı?​
YAML:
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
            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%}

on respawn:
    teleport player to {spawn}
 
on login:
    teleport player to {spawn}
    {isinlanmaiptal.%player%} is set:
        delete {isinlanmaiptal.%player%}
(Alıntıdır)

Kullanabilirsiniz: skRayFall gerektirir.
 
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