File Details
Simple Home 1.2
- R
- Jan 19, 2026
- 14.22 KB
- 79
- Early Access
File Name
SimpleHome-1.2.0.jar
Supported Versions
- Early Access
[1.2.0] - 2026-01-19
Added
- Multi-Home System: Players can now save multiple home locations.
- New Commands:
/sethome [name]- Saves your current location (defaults to 'default')./home [name]- Teleports you to a specific named home./homes- Lists all your saved homes in a readable format./delhome <name>- Removes a specified home location.
- Smart Feedback: Mod now automatically lists available homes if a player enters an incorrect name.
Changed
- Logging Backend: Migrated to Hytale's Flogger standard for optimized server console output.
- Data Architecture: Switched to
getDataDirectory()for platform-independent storage management. - Storage System: Rewrote JSON logic to support a
Map<UUID, Map<String, HomeLocation>>structure.

