1.4.6
Compatibility
Changes
In this version, there are many new features for you to explore! 1.Added mod menu ui, accessible from using command /webprofileviewer or pressing F8 in game, in which users can configure how many stats they want to show in /web and /weball output and whether to show dangerous player list in /weball command. 2.The mod now supports 2 in-game languages: en_us and zh_cn. 3.Refactored /weball command, now you can use /weball config Dangerous_Players_Final_KD get/set <Threshold>/reset to get the current dangerous player's threshold final KD, set the threshold final KD, and reset the threshold final KD to the default value 1.0 respectively. 4.Added a feature for you to AFK in hypixel bedwars- don't be afraid, you won't walk into the void if you are not unlucky enough! The default key for this is F9, you will see an icon which indicates whether antiAFK feature is enabled.
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:dRoMo62P:V1AlEqtx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dRoMo62P:V1AlEqtx"
}

