Description
Ultimate FixesTools
NeoForge 1.21.1 · Server-side only · No client required
A server-side utility mod that acts as your server's all-in-one fire repair system, lag analyzer, and diagnostics toolkit. Built for vanilla NeoForge servers and hybrid setups like Arclight.
Fire fix system
BlockFadeEvent and neighbor notifications to catch cancellations instantly.maxFireRestoreAttempts retries.Lag analyzer
Logging system
All data written asynchronously (no tick overhead) to NadienFixesTools/ in your server root.
firelogs.logIGNITE_CANCELLED, FIRE_REMOVED, FIRE_RESTORED with timestamps and cause.rutas.logFull class path of the detected culprit, labeled MOD / PLUGIN / SYSTEM.quetolagea.logLag events with coordinates, dimension, MSPT, and entity counts.Built-in spam filter: repeated messages are suppressed after a configurable threshold.
Commands
**/nftps**
Live TPS, average MSPT, last tick time, server health status. *(Requires OP)*
**/nfresources**
CPU usage, RAM (used/total/max), entity count, loaded chunks, MSPT. *(Requires OP)*
**/nflagManual**
Manual lag scan across all dimensions, results saved to `quetolagea.log`. *(Requires OP)*
**/nfuptime**
Server uptime in hours, minutes, and seconds. *(All players)*
**/nflagchunk [top]**
Scans all worlds and lists the most problematic chunks with detailed info:
* Exact chunk coordinates
* Region file (r.X.Z.mca)
* Dimension
* Players present
* Entities with type and count (e.g. zombie x48)
* TileEntities
* Estimated TPS impact
Use `/nflagchunk 10` to show the top worst chunks.
Saved to `quetolagea.log`. *(Requires OP)*
**/nfkilllaged entities <radius>**
Removes all non-player entities within the given radius *(max 256 blocks)*.
Logs what was removed, amount, types, and coordinates. *(Requires OP)*
**/nfkilllaged tileentities <radius>**
Removes TileEntities (chests, furnaces, spawners, mod machines, etc.) and replaces them with air.
Useful for removing corrupted or crash-causing blocks. *(Requires OP)*
Configuration
Auto-generated at config/ulimatefixestools.properties on first launch.
enableFireFixmaxFireRestoreAttemptsignorePlayerCausedEventsdebugFireenableSpamControlspamCooldownMsspamMaxSameMessageenableLagMonitorlagThresholdMsptlagLogIntervalTicksRequirements


