All versions
1.3.8
Release
ChunkManager 1.3.83 weeks ago 458
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Bukkit
Folia
Paper
Spigot
Changes
- Full Folia support, plus Paper, Spigot and Bukkit on 1.20.4 to 1.21.x
- Lighter on the server: no idle threads, capped background chunk loading
- Pre-generation skips chunks that already exist
- Entity limiter now catches busy chunks properly
- New AFK saver: idle players load fewer chunks until they move
- New
spawn-chunks.radiusoption (1.20.5+) - Every message is now translated, with one clean style and a
[CM]prefix - New
/cm helpcommand - Menus no longer flicker, and shift-click changes values by 5
- Smoother on Spigot: chunk preloads are spread across ticks instead of stalling
/chunkmetricsshows loads per minute, culled entities and tick p95- PlaceholderAPI support:
%chunkmanager_tps%,_chunks,_afk,_chunk_costand more
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:JkQhp32B:AAV2Mv7m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JkQhp32B:AAV2Mv7m"
}

