Tags
Creators
Details
3.2.1
Compatibility
Changes
HuskHomes 3.2.1 is now available to address some outstanding issues present in v3.2, including some critical issues if you are using permission restricted warps.
- Fixed an outstanding issue with permission restricted warps that prevented their use even if the user had the right permission node, courtesy of @Lorias-Aegorin (#280)
- Fixed permission restricted warps not TAB completing correctly, even if the user had the correct permission (#273)
- Fixed a placeholder not being correctly replaced on the free home limit warning (#278)
- Fixed an issue that meant the pagination buttons on the home list menu would paginate through your own home list rather than the target users' homes (#274)
- A number of improvements to the cross-server network messaging system have been made to improve system stability, particularly in cases where plugin message callbacks would fail with a dispatch error (#275)
- Updated the Simplified Chinese (zh-cn) locales, courtesy of @ApliNi (#270)
- Updated the Italian (it-it) locales, courtesy of @iVillager (#274)
- Updated the German (de-de) locales, courtesy of @Ceddix (#269)
To update, just drag+drop. You may wish to regenerate your languages file if you're making use of the mentioned locales that received updates.
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:J6U9o3JG:8HPc2ER9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J6U9o3JG:8HPc2ER9"
}

