-
Notifications
You must be signed in to change notification settings - Fork 0
Homes
Mathildeuh edited this page Sep 18, 2026
·
1 revision
Multi-homes per player, with a limit controlled by permission nodes rather than a single flat
number — youneedme.homes.limit.<n> grants a home limit of <n> (the highest matching node wins),
and youneedme.homes.limit.unlimited removes the cap entirely.
| Command | Description |
|---|---|
/sethome [name] |
Set a home (defaults to home if no name is given) |
/delhome <name> |
Delete a home (asks for confirmation by repeating the command) |
/home [name] |
Teleport to a home, after a configurable warmup |
/homes |
List your homes with their coordinates |
/back |
Return to your location before the last teleport |
/dback |
Return to your last death location |
/top |
Teleport to the highest block at your current X/Z |
default-limit: 3
teleport-warmup-seconds: 3
teleport-cooldown-seconds: 0Teleport warmups are cancelled by moving, taking damage, or logging off, matching player expectations from EssentialsX-style plugins.
HomeSetEvent fires before a home is created or overwritten and can be cancelled.