ChunkManager icon

ChunkManager -----

Optimizes chunk loading to reduce server lag.



Description
ChunkManager optimizes chunk loading to reduce server lag. Uses heat-based unloading, smart prefetching, and auto-adjusts based on your server's performance.

Commands
/cm - Open GUI
/chunkstatus - View performance stats
/chunkreload - Reload config
/optimizechunks - Force chunk optimization
/chunkgc - Free up memory
/chunksummary - World analysis
/maintenance <on|off|auto|status> - Toggle maintenance mode
/chunklang <lang> - Change language
/chunkanalyze [world] - Analyze chunk complexity
/chunkregions - Region stats
/chunkmetrics - Advanced metrics

Permissions
chunkmanager.admin - All commands (default: op)

Features
  • Heat-Based Unloading - Tracks activity, unloads cold chunks
  • Auto Performance Adjust - Adapts to TPS/RAM automatically
  • Chunk Prefetching - Predicts where players go, preloads chunks
  • Region Optimization - Optimizes areas based on activity
  • Smart Caching - Fast chunk reloading
  • Live Monitoring - TPS, memory, cache stats
  • Multi-Language - en, es, fr, de, pt, it, ru, ja, ko, zh
  • Developer API - Hook into it from your plugins
  • World Blacklist - Exclude worlds you don't want managed

Setup
Code (Text):
depend: [ChunkManager]
Get API
Code (Java):
ChunkManagerAPI api = (ChunkManagerAPI ) Bukkit. getPluginManager ( ). getPlugin ( "ChunkManager" ) ;
Methods
Code (Java):
// Basics
api. getCurrentRadius ( ) ;
api. isMaintenanceMode ( ) ;
api. setMaintenanceMode ( true ) ;

// Per-player
api. setPlayerRadius (player, 8 ) ;
api. getPlayerRadius (player ) ;

// Stats
api. getAverageTickTime ( ) ;
api. getMemoryUsagePercentage ( ) ;
api. getLoadedChunksCount ( ) ;

// Actions
api. forceChunkOptimization ( ) ;
api. forceGarbageCollection ( ) ;
api. reloadConfiguration ( ) ;

// Async
api. getWorldStatistics (world ) ; // returns CompletableFuture

Code (YAML):
chunk-loading-radius : 3
cache-expiration-time
: 30000
max-chunks-to-load
: 5
max-cache-size
: 100
logging-level
: INFO
language
: en

Updated Previews:
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Resource Information
Author:
----------
Total Downloads: 1,645
First Release: Jul 20, 2024
Last Update: Nov 30, 2025
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings