promotional bannermobile promotional banner

Home Manager

A lightweight home teleportation plugin with persistent storage, configurable limits, and a 5-second warmup system. No permissions required for players.

File Details

HomeManager

  • R
  • Jan 14, 2026
  • 304.43 KB
  • 398
  • Early Access

File Name

HomeManager-1.0.0.jar

Supported Versions

  • Early Access

Changelog

All notable changes to HomeManager will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-01-14

Added

  • /sethome name; - Save your current location as a home
  • /home name; - Teleport to a saved home with 5-second warmup
  • /listhome - View all your saved homes with current limit
  • /delhome name; - Delete a home
  • /sethomelimit number; - Set maximum homes per player (OP only)
  • /homelimit - View current home limit (OP only)
  • Persistent JSON storage for homes (homes.json)
  • Persistent configuration storage (config.json)
  • Movement detection during teleport warmup (cancels if player moves)
  • Cross-world teleport protection
  • Configurable home limit per player (default: 5)

Technical

  • Uses Hytale's ECS Teleport component for reliable teleportation
  • Thread-safe concurrent home storage with ConcurrentHashMap
  • Automatic data folder creation on first run
  • All player commands accessible without OP permissions
  • Admin commands require OP permissions