/
Lightweight, survival-focused homes plugin for Paper / Purpur / Spigot / Bukkit (1.21.x).
Players can create named homes, teleport with a countdown (cancels on move), and admins can inspect/teleport to player homes using a polished GUI. Works with LuckPerms if present — and still works without LuckPerms.
/sethome <name> — set a named home at your current location (configurable max, safety checks)./home <name> — teleport to a named home (delayed; actionbar countdown; cancels on move)./homes — list homes in clickable chat GUI with [Go] buttons./delhome <name> — delete your named home./homesadmin <player> / /phomes <player> — admin GUI to view a player’s homes, see creation time and safety status, and teleport to homes (requires admin permission).homesplusplus.homes.<N> nodes — works with or without LuckPerms.maxhomes meta (safe; only used if LuckPerms is present).homes.yml with creation timestamp and safe flag.homesplusplus-<version>.jar (or build from source).plugins/ folder.config.yml, messages.yml and homes.yml in plugins/HomesPlusPlus/.config.yml / messages.yml as needed.config.yml (example) — include these fields in your config.yml:
teleport-delay: 5 # seconds
max-homes-default: 1
forbidden-blocks:
- LAVA
- FIRE
- CACTUS
safe-check-feet: true

A plugin that allows you to set a home location, enabling teleportation at any time with additional configuration options.