Personal home teleportation plugin for Hytale servers. Part of the HyperSystems suite.
- Multiple Named Homes - Set and manage multiple homes per player (configurable limit)
- Home Sharing - Share your homes with other players
- Interactive GUI - Easy-to-use interface for home management
- Warmup/Cooldown System - Configurable teleport delays
- Cross-World Teleportation - Travel between worlds seamlessly
- Safe Teleport - Automatically finds safe landing locations
- HyperPerms Integration - Optional permission-based home limits
- Bed Home - Automatic bed location as a home option
- Download
HyperHomes-0.1.0.jarfrom the Releases page - Place the JAR file in your server's
mods/folder - Restart your server
- Configure settings in
config/hyperhomes/config.json
| Command | Description |
|---|---|
/home [name] |
Teleport to a home (default home if no name given) |
/sethome [name] |
Set a home at your current location |
/delhome <name> |
Delete a home |
/homes |
Open the home management GUI |
| Permission | Description |
|---|---|
hyperhomes.home |
Use /home command |
hyperhomes.sethome |
Use /sethome command |
hyperhomes.delhome |
Use /delhome command |
hyperhomes.homes |
Use /homes GUI command |
hyperhomes.share |
Share homes with others |
hyperhomes.limit.<number> |
Set custom home limit |
hyperhomes.unlimited |
Unlimited homes |
hyperhomes.bypass.cooldown |
Bypass teleport cooldown |
hyperhomes.bypass.warmup |
Bypass teleport warmup |
The configuration file is located at config/hyperhomes/config.json:
{
"defaultHomeLimit": 3,
"teleportWarmup": 3,
"teleportCooldown": 30,
"crossWorldTeleport": true,
"safeTeleport": true
}HyperHomes optionally integrates with HyperPerms for advanced permission management. When HyperPerms is installed, you can use permission nodes to control home limits per player or group.
For bug reports and feature requests, please open an issue on GitHub Issues.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.