Skip to content

Installation

dHomeGUI depends on DzusillCore 1.1.0+. Put DzusillCore-x.y.z.jar in plugins/ first.

Place dHomeGUI-x.y.z.jar into plugins/ and restart. On first start it creates:

plugins/dHomeGUI/
β”œβ”€β”€ config.yml # materials, GUI, sethome rules, teleport, worlds, economy, types
β”œβ”€β”€ messages.yml # every player-facing string + sounds (light-blue theme)
β”œβ”€β”€ database.yml # optional MySQL/PostgreSQL
β”œβ”€β”€ homes.yml # flat-file home storage
└── playerdata.yml # flat-file player data (bought slots, etc.)

Vault + an economy plugin, PlaceholderAPI, WorldGuard, LuckPerms, EssentialsX β€” each unlocks the matching feature.

By default everyone can set 1 home (Settings.SetHome.DefaultLimit). Raise it per rank with dhomegui.homes.<n> permissions:

/lp group default permission set dhomegui.homes.3 true
/lp group vip permission set dhomegui.homes.10 true

See Home Limits.

/sethome base
/homes

/sethome base creates a home; /homes opens the GUI. Edit config.yml / messages.yml, then apply with:

/dhomeadmin reload

Migrating from EssentialsX? Run /dhomeadmin import essentials.

Next: the Quick Start.