v2.3.0
Compatibility
Required content
Changes
Changelog
This release is primarily spring-cleaning on the codebase to make it easier to update and maintain, given Hypixel's push for modern versions of Minecraft.
- Port to 1.21.11
- Drop versions below 1.21.10
- Hypixel (SkyBlock) will only be supporting the two latest game drops, and as 1.21.10 was a hotfix for 1.21.9, we will only be supporting versions 1.21.10 onward.
- Fix rank spoofing in chat messages
- Change default spoofed rank
- If you didn't know, the
[OWNER]rank was removed and replaced with a singular "Hypixel Staff" rank, so the default spoofed rank has been updated to use this rank.
- If you didn't know, the
This is the modern version (v2), made for the latest versions of Minecraft. To see the legacy version (v1), made for 1.8.9, check out the latest v1 release.
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:9Lyxhh7B:LNxxxGkx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Lyxhh7B:LNxxxGkx"
}

