[SK]Istek Konuya Bakın Lutfen

EgeTürker

Kömür Madencisi
En iyi cevaplar
0
Adam Geldiginde Servere FakeLobbyde Olacak Giris Yapana Kaadr Ama BungeeCordlu Olmiyacak Adam Orada Giris Yaptiginda ./Spawn Komutu Yazmadan Otomatik Spawna Isınlanacak
 

XectioNN

Elmas Madencisi
En iyi cevaplar
0
Bungecoordla Ugras Daha iyidir Skriptini Yazınca CPU Yiyebilir diye düşünüyorum
 

Thraenkost

Lapis Toplayıcısı
En iyi cevaplar
1
Kod:
on join:
    execute console command "warp Çakmalobi %player%"
    {password.%player%} to true
    wait 1 second
    message "&b&lLütfen Giriş Yapınız!"
    message "&b&l/giris <Sifre>"
    wait 1 second
    message "&b&lGiriş Yapmak İçin 5 Saniyeniz Var!"
    wait 1 second
    if {password.%player%}:
        message "&4&l5"
        wait 1 second
        message "&4&l4"
        wait 1 second
        message "&4&l3"
        wait 1 second
        message "&4&l2"
        wait 1 second
        message "&4&l1"
        message "&4&lGiriş Yapılmadığı İçin Atıldınız!"
        wait 1 second
    if {password.%player%}:
        wait 8 second
        execute console command "kick %player%"

command /giris <text>:
    usage: /giris <Sifre>
    trigger:
        if {password.%player%}:
            message "&b&lGiris Yapildi!"
            delete {password.%player%}
            execute console command "login %player% %arg 1%"
            execute console command "spawn %player%"

command /kayitol <text> <text>:
    usage: /kayitol <Sifre> <TekrarSifre>
    trigger:
        if {Kayit.%player%}:
            execute console command "register %arg 1% %arg 2%"
            message "&b&lBasariyla Kayit Olundu!"
            delete {Kayit.%player%}
            execute console command "spawn %player%"
        else:
            message "&c&lSunucuya Zaten Kayitlisiniz!"

on first join:
    {Kayit.%player%} to true
    message "&b&lLütfen Kayit Olunuz!"
    message "&b&l/Kayitol <Sifre> <SifreOnay>"
    wait 1 second
    message "&b&lKayit Olmassaniz Atilirsiniz!"
    wait 8 second
    message "&4&lAtildiniz!"
    wait 1 second
    execute console command "kick %player%"

Buyur.

Warp /Çakmalobi Diye Bir Warp Oluştur O Zaman Çalışır.
 
Son düzenleme:

Dantero

Elmas Madencisi
En iyi cevaplar
0
Kod:
on join:
    execute console command "warp Çakmalobi %player%"
    {password.%player%} to true
    wait 1 second
    message "&b&lLütfen Giriş Yapınız!"
    message "&b&l/giris <Sifre>"
    wait 1 second
    message "&b&lGiriş Yapmak İçin 5 Saniyeniz Var!"
    wait 1 second
    if {password.%player%}:
        message "&4&l5"
        wait 1 second
        message "&4&l4"
        wait 1 second
        message "&4&l3"
        wait 1 second
        message "&4&l2"
        wait 1 second
        message "&4&l1"
        message "&4&lGiriş Yapılmadığı İçin Atıldınız!"
        wait 1 second
    if {password.%player%}:
        wait 8 second
        execute console command "kick %player%"

command /giris <text>:
    usage: /giris <Sifre>
    trigger:
        if {password.%player%}:
            message "&b&lGiris Yapildi!"
            delete {password.%player%}
            execute console command "login %player% %arg 1%"
            execute console command "spawn %player%"

command /kayitol <text> <text>:
    usage: /kayitol <Sifre> <TekrarSifre>
    trigger:
        if {Kayit.%player%}:
            execute console command "register %arg 1% %arg 2%"
            message "&b&lBasariyla Kayit Olundu!"
            delete {Kayit.%player%}
            execute console command "spawn %player%"
        else:
            message "&c&lSunucuya Zaten Kayitlisiniz!"

on first join:
    {Kayit.%player%} to true
    message "&b&lLütfen Kayit Olunuz!"
    message "&b&l/Kayitol <Sifre> <SifreOnay>"
    wait 1 second
    message "&b&lKayit Olmassaniz Atilirsiniz!"
    wait 8 second
    message "&4&lAtildiniz!"
    wait 1 second
    execute console command "kick %player%"

Buyur.

Warp /Çakmalobi Diye Bir Warp Oluştur O Zaman Çalışır.
Bu giriş yapsada yapmasa da sunucudan atar?
 

MeeRach

Vi3e
En iyi cevaplar
0
PHP:
on login:
 wait 1 seconds
 player is logged:
  teleport player to {spawn}
command /aspawn [<text>]:
 permission: op
 permission message: &4Yetki yok!
 trigger:
  arg 1 is not set:
   send "&c/aspawn <spawn>"
  arg 1 is "spawn"
   set {spawn} to player's location
Authme SkAddon:
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Girişte "FakeLobby" yerini "/spawn" olarak ayarla,ışınlanacakları yeri "/aspawn spawn" olarak ayarla.
Verdiğim plugini indirmezsen çalışmaz.
 
Üst