Summary
Ticking entities in a Minecraft Forge server refer to in-game objects or creatures that require continuous processing and updates to function correctly. These entities are "ticked" or regularly processed by the game's engine to handle various tasks such as movement, AI behavior, environmental interaction, etc. Ticking entities include animals, monsters, villagers, minecarts, and other objects with dynamic behavior. Proper management of ticking entities is crucial for maintaining optimal performance in the game, as an excessive number of them can strain server resources and lead to lag.
Important |
Make a backup of the server before attempting any of the methods below, as it may cause irreparable damage to the world save. |
Note | If the methods below do not fix the ticking issues, please contact the BisectHosting support team here. |
How to Fix 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. Minimize the file to use later in the tutorial.
3. Log in to the BisectHosting Premium or Budget panel.
4.Stop the server.
5. Go to the File Manager tab.
6. Open the mods folder.
7.Drag and drop the .jar
mod file from step 2.
8.Start the server.
How to Fix Ticking Entity Issues on a Minecraft Forge Server (1.13.2 or higher)
1. Log in to the BisectHosting Premium or Budget panel.
2. Stop the server.
3. On the World field, take note of the name.
4. Go to the File Manager tab.
5. Find the following directory: [World Name]/serverconfig
.
6. Edit forge-server.toml
.
7. On the removeErroringEntities
line, change the value from false
to true
.
8. On the removeErroringTileEntities
line, change the value from false
to true
.
9. Click the Save and close button.
10. Start the server.
Note | Revert the lines to false once the issue is fixed. |
How to Fix Ticking Entity Issues on a Minecraft Forge Server (1.12.2 or lower)
1. Log in to the BisectHosting Premium or Budget panel.
2. Stop the server.
3. Go to the File Manager tab.
4. Open the config folder.
5. Edit forge.cfg
.
6. On the B:removeErroringEntities
line, change the value from false
to true
.
7. On the B:removeErroringTileEntities
line, change the value from false
to true
.
8. Click the Save and close button.
9. Start the server.
Note | Revert the lines to false once the issue is fixed. |