- Fabric
- Neoforge
- Forge
- No elements found. Consider changing the search query.
- List is empty.
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- No elements found. Consider changing the search query.
- List is empty.
Memory Management System
- Smart Garbage Collection: Automatically runs GC when memory usage exceeds 80% (configurable).
- Entity Cleanup: Safely removes temporary entities such as XP orbs, projectiles, and old dropped items.
- Auto-Save: Automatically saves important data before entity hibernation.
Enhanced Commands
/hibernate – Toggle hibernation
/hibernate status – Show detailed hibernation status
/hibernate memory – Display real-time RAM usage
/hibernate gc – Manually trigger garbage collection
Resource Usage Reduction
- CPU: Still reduces usage by 85–95% when no players are online
- RAM: Now reduces memory usage by an additional 20–50% during hibernation
Safety & Stability
- Only removes safe, temporary entities — no valuable or persistent data is affected.
- Automatically saves before entity suspension.
- Includes detailed logging for monitoring and debugging.
- Refactor mod to support Fabric and Neoforge
- Drop support for Forge
- Add chunk unloading
- Add Entity and BlockEntity tick blocking