Tags
Creators
Details
All versions
1.6.1
Release
VeloAuth 1.6.1last month 1,441
Compatibility
Minecraft: Java Edition
26.2
26.1.2
26.1
1.21.11
1.21
1.20.6
1.20
1.19.4
1.19
1.18.2
1.18
1.17.x
1.16.5
1.16
1.15.2
1.15
1.14.4
1.14
1.13.2
1.13
1.12.2
1.12
1.11.2
1.11
1.10.2
1.10
1.9.4
1.9
1.8.9
1.8
Platform
Velocity
Changes
VeloAuth 1.6.1
Fixed
- Players could miss the register/login instructions on the auth server (#48). Instructions are now re-sent every 10s until you authenticate, and a failed database lookup falls back to the generic prompt instead of silence.
- H2/SQLite database files were created in the proxy root (
data/) instead of the plugin folder (#48). They now live inplugins/veloauth/data/β existing files are migrated automatically and safely (never deleted or overwritten).
Notes
- No changes for MySQL/PostgreSQL setups.
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:awl91tjn:T02wJdIu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:awl91tjn:T02wJdIu"
}

