Yardım Spawn Lag

Nory

Sudan Çıkmış
Mesajlar
8
En iyi cevaplar
0
Beğeniler
4
Puanları
60
Oyun Sürümü
1.8
Selamun aleyküm arkadaşlar öncelikle şöyle bir sorun ile karşı karşıyayım kendim çözemedim buraya konu açtım. Öncelikle arkadaşlar Skyblock sunucumda spawn'a girdiğim zaman 15-20 saniye lag var oyuncu komut yazıyor komut konsola geliyor fakat oyuncu hala oyunda donuk halde bekliyor bunu ben kendim bizzat denedim kendi adamda doğma ayarladım hiçbir sıkıntı yaşamadım fakat spawn'da doğduğum zaman bu drop mevzusu var.
Yaptıklarım dünya değiştirdim spawn schematic alıp başka bir dünyaya yapıştırdım her türlü şey yaptım fakat sorunu çözemedim.​
 


Apeirons

Yeni Doğmuş
Mesajlar
1
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Aynı sorun kendi sunucumda da mevcuttu birazdan arkadaşım skript atacak onu kullanırsanız sorun ortadan kalkacaktır.
 

xRyZerK

Ağaç Yumruklayıcı
Mesajlar
20
En iyi cevaplar
0
Beğeniler
0
Puanları
100
Ruh hali
Kod:
command /spawnçek:
    permission: giris.perm
    trigger:
        set {spawndogma} to location of the player
        message "&aSpawn ayarlandı"

command /kalite:
    permission: giris.perm
    trigger:
        set {kalitemekani} to location of the player
        message "&aBaşlangıç"

on first join:
    apply potion of Slowness 200 to the player for 3 seconds
    apply potion of Jump Boost 200 to the player for 3 seconds
    apply potion of Blindness 200 to the player for 3 seconds
    apply potion of Invisibility 200 to the player for 3 seconds
    send player title "&aKalite Yükleniyor..." with subtitle "&emc.mynesnetwork.com" for 3 seconds
    teleport player to {kalitemekani}
    wait 3 seconds
    teleport player to {spawndogma}

on join:
    apply potion of Slowness 200 to the player for 3 seconds
    apply potion of Jump Boost 200 to the player for 3 seconds
    apply potion of Blindness 200 to the player for 3 seconds
    apply potion of Invisibility 200 to the player for 3 seconds
    send player title "&aKalite Yükleniyor..." with subtitle "&emc.mynesnetwork.com" for 3 seconds
    teleport player to {kalitemekani}
    wait 3 seconds
    teleport player to {spawndogma}

Seninle aynı sorunu yaşamıştım, bu skripti yazdım ve sorunlarım çözüldü.

1. Spawndan uzak bir yere (Yukarıya ve boşluk olan bir alan olursa iyi olur) /kalite yaz.
2. Spawnına /spawnçek yaz ve dene.
 

Üst