Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 7 months ago
All versions
2.0
Release
SetHome 2.07 months ago 1,994
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
Homes logic refactoring:
- Rewrote home management code for better readability and modularity.
- Unified player and home names (all stored in lowercase).
- Extracted helper methods and added alphabetical sorting for /homes list.
Configuration and stability improvements:
- Introduced separate homes.yml file for storing player homes.
- Added automatic file creation and world validation on load.
- Full support for yaw/pitch in locations.
New and improved commands:
- Added /rehome <old> <new> – rename existing homes.
- /homes <name> now directly teleports to the home.
- /homes reload for admins (reloads config and homes).
Minor fixes:
- Improved messages and home limit checks.
- Precise permission checks for each command.
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:g6MPHvvG:iJYmzNY2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g6MPHvvG:iJYmzNY2"
}

