You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Actualización (Elytras/TP/Chunk) | TESTING VERSION [DEBUG]
Hemos implementado varias mejoras tanto la detección de usuarios volando con Elytras haciendo cargas de chunk masivos a la hora de estar volando, pero ya llego esto a su final
✅ Elytras Ahora los jugadores que volaran por el mapa, en vez de saturar el servidor con estar generando demasiados chunks, ahora todo los chunks seran en modo "fantasma" ahora cuando un jugador este volando se generara chunks 4x4 evitando un lag masivo, incluso al tocar el suelo el chunk donde aterrizo se cargara de forma rapida para ser usado por el usuario tanto quitando bloques etc
✅ TP Cuando un jugador se teletransporta a una locación no explorada suele explotar el servidor ejemplo irse a mas de 100,000 bloques de un golpe eso hace que el servidor tenga problemas de rendimientos como caída de TPS entre otros factores, ahora cuando un jugador se teletransporta, en vez de que el chunk sature el servidor se creara un chunk fantasma, donde se ira generando de apoco para evitar un colapso de red hacia el servidor haciendo que el jugador vea todo oscuro durante unos segundos y aparecer en el chunk donde fue teletransportado, cuando el jugador toque ya el suelo el chunk pasara de ser fantasma a ser interactivo para el usuario sin lag TP-BETA puede que tenga uno que otro fallo mientras lo testeamos
✅ Chunk Ahora los chunks seran un poco mas rapido en vez de estar saturando el servidor con los ticks que se suelen saturar, primero se crea un chunk fantasma cuando el usuario toca por primera vez el chunk recien el chunk pasara a ser parte del servidor para ser interactuado por el usuario, todo chunk fantasma estara en reposo a menos que el usuario interactue con el.
Update (Elytras/TP/Chunk) | TESTING VERSION [DEBUG]
We have implemented several improvements to both the detection of users flying with Elytras and making massive chunk loads when flying, but this has come to an end.
✅ Elytras Now players flying around the map, instead of saturating the server by generating too many chunks, now all chunks will be in "ghost" mode, now when a player is flying it will generate 4x4 chunks avoiding a massive lag, even when touching the ground the chunk where he landed will be loaded quickly to be used by the user both removing blocks and so on.
✅ When a player teleports to an unexplored location usually explodes the server, for example going to more than 100,000 blocks at once that makes the server has performance problems such as TPS drop among other factors, now when a player teleports, instead of the chunk saturates the server will create a ghost chunk, where it will be generated slowly to avoid a network collapse to the server making the player see everything dark for a few seconds and appear in the chunk where he was teleported, when the player touches the ground and the chunk will go from being ghost to be interactive for the user without lag TP-BETA may have one or another failure while we test it.
✅ Chunk Now the chunks will be a little faster instead of saturating the server with the ticks that are usually saturated, first a ghost chunk is created when the user first touches the chunk then the chunk will become part of the server to be interacted with by the user, all ghost chunks will be at rest unless the user interacts with it.