SimpleHome is a lightweight, actively developed Minecraft mod for NeoForge that adds three essential home teleportation commands designed for both servers and singleplayer worlds. The project is still under active development, with ongoing improvements, optimizations, and new features planned.
It allows players to save their current position as a home and teleport back to it at any time — with the ability to instantly return to where they were before teleporting.
The mod features a clean and reliable teleportation system, fully supporting cross-dimension travel — your home can be set in the Nether, the End, or any custom dimension, and /home will bring you there safely regardless of where you currently are.
SimpleHome is built to be efficient and configurable, with a server-side config file that lets administrators control teleportation cooldowns for both /home and /back independently, adapting to any server style — from relaxed survival to strict economy servers. All player data, including home positions and cooldown timestamps, is fully persistent and survives server restarts, crashes, and player reconnections.
Commands
/sethome — Saves your current position (and dimension) as your home.
/home — Teleports you to your saved home. Your previous position is automatically stored.
/back — Returns you to the position you were at before using /home.
Configuration
SimpleHome generates a simplehome-server.toml config file with the following options:
homeCooldownSeconds — Cooldown between uses of /home (default: 60 seconds)
backCooldownSeconds — Cooldown between uses of /back (default: 0 — no cooldown)
Set any value to 0 to disable that cooldown entirely.
Features at a Glance
- ✔ Cross-dimension teleportation
- ✔ Persistent home & cooldown data (survives restarts and reconnects)
- ✔ Configurable cooldowns for
/home and /back
- ✔ Lightweight — no unnecessary dependencies, no client-side requirements
- ✔ Works in singleplayer and on dedicated servers
Whether you are running a survival server, a modded SMP, or a private world, SimpleHome offers a simple and dependable way to always find your way back home — with more enhancements coming over time.