All versions
2026.4.1
Beta
ClearLaggEnhanced 2026.4.0 and 2026.4.13 months ago 354
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
✨ FEATURES
- Database Overhaul: Full support for SQLite and MySQL with strict schema versioning.
- Protection Settings: Added the
ProtectionSettingsrecord for granular entity and area safeguards. - ChatInputManager: Implemented for more robust player input handling in the Admin GUI.
🐛 FIXES
- Memory Leaks: Fixed a leak where database pools wouldn't close during plugin reloads.
- Logic Cycles: Improved clearing logic to prevent infinite loops and duplicate entity processing.
- Permissions: Standardized permission checks across all subcommands and tab-completion.
🔌 INTEGRATIONS
- WildStacker: Native API support for stacked entities and items.
- ModernShowcase: Optimized loading order for immediate protection of showcase items.
🔧 CHANGES
- Config Authority: The
config.ymlnow overrides Admin GUI toggles to maintain a consistent "source of truth." - Configuration: Complete refresh of
config.ymlwith clearer headers and helpful comments.
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:KAaZvh09:fTIMHBLd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KAaZvh09:fTIMHBLd"
}

