LagFixer - Server Performance Optimization Plugin
PLUGINLightweight asynchronous plugin that reduces lag by optimizing mob AI and Minecraft engine functions for Bukkit/Spigot/Paper servers.
LagFixer addresses common performance bottlenecks in Minecraft servers, particularly those caused by inefficient mob AI and suboptimal engine behavior. Even well-optimized server software like Paper leaves room for improvement in how creatures navigate, pathfind, and consume tick cycles. This plugin replaces default movement systems with lightweight asynchronous logic, disables unnecessary pathfinders, and reduces the computational load on the server thread without altering gameplay mechanics.
Server administrators running survival, minigame, or hybrid Forge servers on versions 1.13.2 through 26.1.2 will benefit most from LagFixer. It is especially effective on servers with high mob counts or custom mob spawners. However, it is not a universal fix for all lag. Poorly coded plugins, misconfigured redstone, or hardware limitations still require separate attention. LagFixer works best when combined with a solid server setup and other well-written optimization tools.
- MobAiReducer module — replaces default creature movement with an optimized asynchronous system, disabling unnecessary pathfinding goals to cut CPU usage significantly.
- Very high impact on performance — the MobAiReducer alone can reduce tick lag by noticeable margins on busy servers.
- Lightweight and asynchronous — all heavy operations run off the main server thread, preserving responsiveness for players.
- Trusted by over 3,000 servers — proven in production environments with a wide range of server sizes and playstyles.
- Configuration options — administrators can fine-tune which modules are active and adjust thresholds to balance performance and vanilla behavior.
Requirements include Java 21 or later (use version 1.5.3 for Java 8 support). The plugin runs on Bukkit, Spigot, Paper, and hybrid Forge servers. While LagFixer is free and open-source, active support and documentation are available through official community channels. No external plugins are needed, and installation is straightforward: drop the jar into the plugins folder and restart.