Description
A Minecraft Forge mod that adds a fully-featured home system with named homes, a configurable home limit, and a movement-cancellable 15-second teleport countdown.
Commands:
/sethome Set a home named home at your current position
/sethome <name> Set a named home at your current position
/home Teleport to your home named home
/home <name> Teleport to a named home
/homes List all of your saved homes
/delhome Delete the home named home
/delhome <name> Delete a named home
After the first server launch, a config file is generated at:
config/sethome-server.toml
Options:
[homes]
# Maximum number of homes a player can have (1-100)
# Default: 5
maxHomes = 5


