Tags
Creators
Details
5.6+build.2965
Compatibility
Changes
5.6 build 2965
⚠ Someone was impersonating AuroraLS3 on Modrinth, if you have previously downloaded versions from this project, you should take appropriate precautions to protect your server from potential malware ⚠
The Modrinth team was swift once this was brought to my and their attention, and removed the impersonator as well as the project, I appreciate the person who contacted me and content moderator who resolved the matter.
This is a reupload of the project by the original author. Original release notes below.
This build has a second hotfix for SQLite performance regression since it was reverted to wrong version that still had the regression. Please see https://github.com/plan-player-analytics/Plan/releases/tag/5.6.2959 for change log of the previous version.
Change log
- Reverted SQLite driver to version 3.42.0.1 due to performance regression (Thanks to Vankka for pointing out my mistake)
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:wJQfHhxh:teRNK6V9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wJQfHhxh:teRNK6V9"
}

