Os problemas de entidade em um Minecraft Forge referem-se a problemas que surgem de entidades que requerem processamento regular ou "ticking" pelo 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: Faça um backup do servidor para salvar quaisquer arquivos necessários. O método abaixo pode causar danos irreparáveis ao salvamento do mundo. Para problemas, por favor, inicie uma conversa com o suporte aqui.
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. Faça login no painel BisectHosting Starbase.
3. Pare o servidor.
4. Vá para a aba Files.
5. Abra a pasta mods.
6. Upload the downloaded jar file from step 1.
7. Inicie o servidor.
How to Fix the Ticking Entity Issues on a Minecraft Forge Server (1.13.2 or higher)
1. Faça login no painel BisectHosting Starbase.
2. Pare o servidor.
3. Vá para a aba Files.
4. Find the following directory: WorldName/serverconfig
5. Abra o forge-server.toml arquivo.
6. From the removeErroringEntities line, set the value to true.
7. On the removeErroringTileEntities line, edit the value to true.
8. Pressione o botão Salvar .
9. Inicie o 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. Faça login no painel BisectHosting Starbase.
2. Pare o servidor.
3. Vá para a aba Files.
4. Abra a pasta config.
5. Clique 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. Pressione o botão Salvar .
9. Inicie o servidor.
Note: Revert the values from steps 6 and 7 to
falseonce the issue is fixed.