Skip to content

Setting & Deleting Homes

/sethome <name>

Creates a home at your current location (requires dhomegui.sethome). You can also use the Create Home button in the menu.

Name rules, from Settings.SetHome in config.yml:

Rule Default Key
Minimum length 1 MinLength
Maximum length 16 MaxLength
Spaces allowed no AllowSpaces
Blacklisted names reload, admin, set, default, public, … Blacklist
  • First home becomes default when FirstHomeIsDefault: true, so bare /home works immediately.
  • Overwriting: re-running /sethome <existing> updates that home’s location only if the player has dhomegui.sethome.overwrite; otherwise it errors with β€œA home named … already exists.”
  • Limits: creating is blocked once a player hits their home limit (β€œYou’ve reached your home limit! (x/y)”).
  • World & region rules may block /sethome β€” see World Rules.
  • If economy charges for SetHome, a confirm prompt appears first.
/delhome <name>

Deletes one of your homes (requires dhomegui.delhome). With Settings.Confirmations.Delete: true, you must confirm β€” run the command again, or double-click Delete in the editor. Deleting the default home clears the default.

Renaming is done from the home editor (the Rename button), not a command. It respects the same name rules.