Links
Tags
Creators
Details
Licensed GPL-3.0-only
Created 4 years ago
Updated 11 months ago
All versions
2.0.7
Release
KickRedirect 2.0.73 years ago 185
Compatibility
Minecraft: Java Edition
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platform
Velocity
Changes
What's Changed
- fix(deps): update dependency org.junit:junit-bom to v5.9.2 in https://github.com/4drian3d/KickRedirect/pull/10
- fix(deps): update dependency org.slf4j:slf4j-api to v2.0.6 in https://github.com/4drian3d/KickRedirect/pull/11
- chore(deps): update nick-invision/retry action to v2.8.3 in https://github.com/4drian3d/KickRedirect/pull/13
- fix(deps): update dependency org.assertj:assertj-core to v3.24.2 in https://github.com/4drian3d/KickRedirect/pull/14
- chore(deps): update actions/checkout action to v3 in https://github.com/4drian3d/KickRedirect/pull/15
- chore(deps): update actions/setup-java action to v3 in https://github.com/4drian3d/KickRedirect/pull/16
- fix(deps): update dependency org.bstats:bstats-velocity to v3.0.1 in https://github.com/4drian3d/KickRedirect/pull/18
- chore(deps): update dependency gradle to v8 in https://github.com/4drian3d/KickRedirect/pull/19
- fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3 in https://github.com/4drian3d/KickRedirect/pull/17
- chore(deps): update dependency gradle to v8.0.1 in https://github.com/4drian3d/KickRedirect/pull/20
- fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.1.4 in https://github.com/4drian3d/KickRedirect/pull/21
- chore(deps): update dependency com.github.johnrengelman.shadow to v8 in https://github.com/4drian3d/KickRedirect/pull/22
- chore(deps): update dependency com.github.johnrengelman.shadow to v8.1.0 in https://github.com/4drian3d/KickRedirect/pull/23
- chore(deps): update dependency gradle to v8.0.2 in https://github.com/4drian3d/KickRedirect/pull/24
- fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.1.5 in https://github.com/4drian3d/KickRedirect/pull/25
- fix: updated to MiniPlaceholders 2
- misc: renamed package
- misc: use caffeine in sent cache
- fix: some configuration loading fixes
- chore(deps): removed manually caffeine declaration
Full Changelog: https://github.com/4drian3d/KickRedirect/compare/2.0.6...2.0.7
Optional dependencies
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:ZzGxcsOG:gQc2rbbE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZzGxcsOG:gQc2rbbE"
}


