Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 11 months ago
DKHOMES
DKHOMES is a complete Minecraft plugin for managing private homes with an intuitive GUI, compatible with Bedrock via GeyserMC.
It now includes configurable home or chunk limits by LuckPerms permission, allowing each rank to have its own maximum amount of homes/used chunks.
Main Commands:
/dkhomes- Opens the main menu with graphical interface/dkhomes create <name>- Creates a new home at your current location/dkhomes delete <name>- Deletes an existing home/dkhomes tp <name>- Teleports you to a specific home/dkhomes list- Lists all your homes/dkhomes gui- Opens the graphical management interface/dkhomes import- Imports homes from EssentialsX (requires OP)/dkhomes reload- Reloads the DKHOMES configuration/dkhomes help- Shows complete help
Permissions:
dkhomes.use- Allows basic commands and GUI usage (default: true)dkhomes.create- Allows creating homes (default: true)dkhomes.delete- Allows deleting homes (default: true)dkhomes.teleport- Allows teleporting (default: true)dkhomes.list- Allows listing homes (default: true)dkhomes.import- Allows importing from EssentialsX (default: op)dkhomes.reload- Allows reloading the plugin configuration (default: op)dkhomes.limit.bypass- Bypasses the configured home/chunk limit (default: op)dkhomes.*- Full access to all features (default: op)
LuckPerms Rank Limits:
DKHOMES can limit players by total homes or by the number of different chunks used by their homes.
Example config.yml:
home-limits:
enabled: true
count-mode: homes
default-limit: 3
bypass-permission: dkhomes.limit.bypass
permission-limits:
vip:
permission: dkhomes.limit.vip
limit: 5
vipdiamond:
permission: dkhomes.limit.vipdiamond
limit: 10
Example LuckPerms commands:
/lp group vip permission set dkhomes.limit.vip true
/lp group vipdiamond permission set dkhomes.limit.vipdiamond true
After editing the config, use:
/dkhomes reload
If a player has multiple limit permissions, the highest limit wins. Use limit: -1 for unlimited access.
Available Aliases:
/home,/homes,/dkh(all work as/dkhomes)
Special Features:
- Intuitive graphical interface with pagination
- Bedrock compatibility via GeyserMC
- Private homes per player
- EssentialsX homes import
- Configurable home/chunk limits by LuckPerms rank permission
- Granular permission system
- Tab auto-completion


