Konu Çözüldü Kapatılabilir...

ByAehn

Lhaewion Reveth
Süper Üye
En iyi cevaplar
0
Kod:
on login:
    wait 6 seconds
    execute player command "/spawn"

*spam olmaması için yazılan yazı*
 

Bartuzen

Bedrock Kaşifi
En iyi cevaplar
0
Kod:
command /s:
    trigger:
        set {giriş} to location of the player
on join:
    teleport player to {giriş}
/s yazınca spawnı seçer. Mesaj gelmezse korkma zaten mesaj ayarlamadım.
 

imFoRTe

Zombi Katili
En iyi cevaplar
0
Kod:
command /s:
    trigger:
        set {giriş} to location of the player
on join:
    teleport player to {giriş}
/s yazınca spawnı seçer. Mesaj gelmezse korkma zaten mesaj ayarlamadım.
Kod:
command /s:
    permission: bukkit.op
    trigger:
        set {giriş} to location of the player
on join:
    teleport player to {giriş}
Bu Dogrumu Permission Kısmı?
 
Üst