Admin Tools
Staff manage everyoneβs homes through /dhomeadmin (aliases /ahomes, /homesadmin) and /adminhomes. Every action requires dhomegui.admin.
Commands
Section titled βCommandsβ| Command | Does |
|---|---|
/dhomeadmin reload |
Reload config.yml & messages.yml. |
/dhomeadmin players |
Open the player browser GUI (everyone with homes). |
/adminhomes <player> |
Open the admin view of a playerβs homes. |
/dhomeadmin view <player> |
Same as above, as a subcommand. |
/dhomeadmin tp <player> <home> |
Teleport yourself to a playerβs home. |
/dhomeadmin delete <player> <home> |
Delete one of a playerβs homes. |
/dhomeadmin deleteall <player> |
Delete all of a playerβs homes. |
/dhomeadmin count <player> |
Show how many homes a player has. |
/dhomeadmin import <essentials|file> |
Import homes (see below). |
/dhomeadmin backup |
Export a JSON backup of all homes. |
The admin GUIs
Section titled βThe admin GUIsβ- Player browser (
/dhomeadmin players) lists every player who has homes, with their home count, online status and last-seen β click a head to open their homes. - Admin home view (
/adminhomes <player>) shows that playerβs homes; left-click to teleport, right-click to delete.
Importing
Section titled βImportingβ/dhomeadmin import essentials # pull homes from EssentialsX/dhomeadmin import file # reload homes from the flat fileEssentialsX import needs EssentialsX installed; on success youβll see βImported <n> home(s).β, otherwise βImport failed β check the console.β
Backups
Section titled βBackupsβ/dhomeadmin backup writes a timestamped JSON export of all homes into the plugin folder β a quick safety net before migrations or mass edits.