All versions
1.1.0
Release
Set Home 1.1.04 months ago 575
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Paper
Changes
Changelog
[1.1.0] - 2025
Added
- Config.yml - Full customization of messages, settings, and effects
- Teleport Delay - Optional countdown before teleporting (anti-PvP escape prevention)
- Cooldown System - Prevents teleport spam (30 seconds default, configurable)
- Particle Effects - Happy Villager particles when setting home, End Rod + Totem particles on teleport
- Sound Effects - Beacon sound on set, Enderman teleport sound on arrival
- Home Limit System - Configurable max homes with permission-based upgrades
- Teleport Cancellation - Moving or dying during countdown cancels teleport
- Custom Messages - All messages customizable via config.yml
- Permission Nodes - Added permission system for home limits and cooldowns
Changed
- Updated to Minecraft 1.21.4 support (Paper API)
- Updated all commands to use new message system
- Improved homelist command with formatted header/footer
- Added home count display in homelist
Permissions
| Permission | Description | Default |
|---|---|---|
sethomemc.use |
Basic home commands | true |
sethomemc.homes.5 |
Up to 5 homes | op |
sethomemc.homes.7 |
Up to 7 homes | op |
sethomemc.homes.10 |
Up to 10 homes | op |
sethomemc.homes.unlimited |
Unlimited homes | op |
sethomemc.cooldown.bypass |
Skip cooldown | op |
Configuration
settings:
default-max-homes: 3
teleport-delay: 0
teleport-cooldown: 30
effects:
sounds: true
particles: true
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:43FsJoQG:hNkzbshn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:43FsJoQG:hNkzbshn"
}

