Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
All versions
1.21.1-2.9.0
Release
Whitelist Sync (Fabric 1.21.1)2 weeks ago 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
Changelog
[2.8.3] - 2025-12-14
- Added support for new Minecraft versions for NeoForge and Fabric:
- fabric-1.21.11
- neoforge-1.21.11
- Added SQLite and MySQL database drivers back into the mod jar. External connector mod jars are no longer required.
- Refactored package names to be consistent across all versions and loaders.
- Fixed bug with command mixin not casting to correct object type causing error on command execution.
- Fixed version checker not working.
- Fixed issue reading banned player and ip json when it contains a record with no reason.
[2.8.2] - 2025-10-17
Added support for new Minecraft versions for NeoForge and Fabric:
- fabric-1.21.6
- fabric-1.21.7
- fabric-1.21.8
- fabric-1.21.10
- neoforge-1.21.8
- neoforge-1.21.9
- neoforge-1.21.10
Bug fixes:
- Fixes #33 [MySQL] Unable to create database when database name contains '-' character
Forge is no longer going to be actively supported due to ForgeGradle not being compatible with Gradle v9.
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:DcCsQ8S5:XNBtSbFS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DcCsQ8S5:XNBtSbFS"
}

