Los problemas de entidades en ticking en un Minecraft Forge se refieren a problemas que surgen de entidades que requieren procesamiento regular o "ticking" por parte del servidor. These issues often manifest as lag spikes, crashes, or degraded server performance due to excessive load from numerous ticking entities. Addressing ticking entity issues involves identifying and optimizing problematic entities, implementing performance-enhancing mods or plugins, and, when necessary, reducing the number of active entities in the game world to alleviate server strain.
Nota: Haz una copia de seguridad del servidor para guardar los archivos necesarios. El método a continuación puede causar daños irreparables al guardado del mundo. Para problemas, por favor inicia una conversación con el soporte aquí.
How to Fix the Ticking Entity Issues on a Minecraft Forge Server (1.17.1 or higher)
1. Download the Erroring Entity Remover Reforged mod here. It must match the Minecraft server version
2. Inicia sesión en el panel BisectHosting Starbase.
3. Detener el servidor.
4. Ve a la pestaña Archivos.
5. Abre la carpeta mods.
6. Upload the downloaded jar file from step 1.
7. Iniciar el servidor.
How to Fix the Ticking Entity Issues on a Minecraft Forge Server (1.13.2 or higher)
1. Inicia sesión en el panel BisectHosting Starbase.
2. Detener el servidor.
3. Ve a la pestaña Archivos.
4. Find the following directory: WorldName/serverconfig
5. Abre el forge-server.toml archivo.
6. From the removeErroringEntities line, set the value to true.
7. On the removeErroringTileEntities line, edit the value to true.
8. Presiona el botón Guardar.
9. Iniciar el servidor.
Note: Revert the values from steps 6 and 7 to
falseonce the issue is fixed.
How to Fix the Ticking Entity Issues on a Minecraft Forge Server (1.12.2 or lower)
1. Inicia sesión en el panel BisectHosting Starbase.
2. Detener el servidor.
3. Ve a la pestaña Archivos.
4. Abre la carpeta config.
5. Haz clic en forge.cfg.
6. From the B:removeErroringEntities line, set the value to true.
7. On the B:removeErroringTileEntities line, edit the value to true.
8. Presiona el botón Guardar.
9. Iniciar el servidor.
Note: Revert the values from steps 6 and 7 to
falseonce the issue is fixed.