ChunkManager
ChunkManager is a powerful tool for optimizing Minecraft server performance that significantly reduces lag through intelligent management of chunk loading and unloading. The mod automatically adapts to current server load, ensuring smooth gameplay even with many players.
Key Features
Dynamic Chunk Loading Radius - the system automatically adjusts the loading area around players based on server performance, minimizing unnecessary resource usage.
Advanced Chunk Caching - recently unloaded chunks are temporarily stored in memory for quick reloading, reducing system load.
Performance Monitoring - continuous monitoring of TPS and memory usage with automatic real-time adjustment of settings.
Chunk Optimization - automatic unloading of chunks farthest from players to improve performance.
Garbage Collection - forced memory cleanup to free up resources.
Detailed Statistics - provides comprehensive information about loaded chunks, entities, and tile entities in each world.
Flexible Configuration - all parameters can be easily modified through the config.yml configuration file.
Commands
| Command | Description |
|---|---|
/chunkstatus |
Display current chunk management status |
/chunkreload |
Reload plugin configuration |
/optimizechunks |
Optimize loaded chunks |
/chunkgc |
Trigger garbage collection |
/chunksummary |
Generate detailed chunk summary |
Permissions
| Permission | Description |
|---|---|
chunkmanager.admin |
Access to all ChunkManager commands |
Configuration
# ChunkManager Configuration
# Radius of chunks around player to load
chunk-loading-radius: 3
# Cache expiration time in milliseconds
cache-expiration-time: 30000
# Maximum number of chunks to load per tick
max-chunks-to-load: 5
# Maximum size of chunk cache
max-cache-size: 100
# Logging level
logging-level: INFO
Images
