Spawn skripti

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

jossian

jossianNWTR
Katılım
25 Nisan 2017
Mesajlar
369
Elmaslar
46
Puan
9.155
Minecraft
jossian

Discord:

jossian#7521

Merhaba, bu skiriptim basit fakat yapamadığım hatta bulamadığım (benzerleri var fakat işime yaramıyor), skript şu şekilde;
PvP dünyasında /spawn yazdığında
/pspawn a atıcak.
world ve ASkyBlock dünyasında /spawn yazdığında
/sbspawn a atıcak
ve
/setpspawn, /pspawn'ın yerini ayarliyacak, /setsbspawn, /sbspawn'ın yerini ayarlıyacak.
Şimdiden yardım eden herkese teşekkürler.
 
Umarım doğru anlamışımdır..
Kod:
command /setpspawn:
    trigger:
        if player doesn't have permission "set.pspawn":
            send "&cBunu yapmaya yetkin yok!"
        else:
            set {pspawn} to location of player
            send "&aSpawn noktası belirlendi."
           
command /setsbspawn:
    trigger:
        if player doesn't have permission "set.sbspawn":
            send "&cBunu yapmaya yetkin yok!"
        else:
            set {sbspawn} to location of player
            send "&aSpawn noktası belirlendi."
     
command /spawn:
    trigger:
        if world is "world" or "ASkyBlock":
            teleport player to {sbspawn}
        else if world is "PvP":
            teleport player to {pspawn}
 
Kod:
command /setspawn:
    trigger:
        if player is op:
            if player's world is "PvP":
                set {pspawn} to location of player
                send "&7Spawn başarıyla ayarlandı." to player
                stop
           if player's world is "world" or "ASkyBlock":
               set {sbspawn} to location of player
               send "&7Spawn başarıyla ayarlandı." to player
               stop
        else:
            send "&cBunun için gerekli yetkiye sahip değilsin." to player
   
command /spawn:
    trigger:
        if player's world is "PvP":
            teleport player to {pspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
        if player's world is "world" or "ASkyBlock":
            teleport player to {sbspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Buyrun.
 
Kod:
command /setspawn:
    trigger:
        if player is op:
            if player's world is "PvP":
                set {pspawn} to location of player
                send "&7Spawn başarıyla ayarlandı." to player
                stop
           if player's world is "world" or "ASkyBlock":
               set {sbspawn} to location of player
               send "&7Spawn başarıyla ayarlandı." to player
               stop
        else:
            send "&cBunun için gerekli yetkiye sahip değilsin." to player
   
command /spawn:
    trigger:
        if player's world is "PvP":
            teleport player to {pspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
        if player's world is "world" or "ASkyBlock":
            teleport player to {sbspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
Kod:
command /setspawn:
    trigger:
        if player is op:
            if player's world is "PvP":
                set {pspawn} to location of player
                send "&7Spawn başarıyla ayarlandı." to player
                stop
           if player's world is "world" or "ASkyBlock":
               set {sbspawn} to location of player
               send "&7Spawn başarıyla ayarlandı." to player
               stop
        else:
            send "&cBunun için gerekli yetkiye sahip değilsin." to player
   
command /spawn:
    trigger:
        if player's world is "PvP":
            teleport player to {pspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
        if player's world is "world" or "ASkyBlock":
            teleport player to {sbspawn}
            send "&7Başarıyla spawna ışınlandın." to player
            stop
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Buyrun.
aradığım bu değil
farklı dünyalarda spawn yaratma[DOUBLEPOST=1522863364,1522863334][/DOUBLEPOST]
Umarım doğru anlamışımdır..
Kod:
command /setpspawn:
    trigger:
        if player doesn't have permission "set.pspawn":
            send "&cBunu yapmaya yetkin yok!"
        else:
            set {pspawn} to location of player
            send "&aSpawn noktası belirlendi."
          
command /setsbspawn:
    trigger:
        if player doesn't have permission "set.sbspawn":
            send "&cBunu yapmaya yetkin yok!"
        else:
            set {sbspawn} to location of player
            send "&aSpawn noktası belirlendi."
    
command /spawn:
    trigger:
        if world is "world" or "ASkyBlock":
            teleport player to {sbspawn}
        else if world is "PvP":
            teleport player to {pspawn}
teşekkürler sorun cozüldü herkese cok teşekkürler <3
 
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