Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 days ago
✨ Features
🏠 Core Functionality
- GUI-Driven Selection - A completely visual chest menu interface that replaces old-school chat commands.
- Dynamic Slot Selection - Freedom to choose any slot you want. If your limit is 3, you can use slots 1, 9, and 20 perfectly fine.
- Smart Teleportation - Standard teleport handling built specifically to prevent player confusion.
🎮 Player Experience
- Interactive Management - Right-click any set home to instantly open a sub-menu for advanced controls.
- Visual Limit Indicators - Locked empty slots automatically turn into Barrier blocks when a player hits their home limit.
- Live Action-Bar Countdown - Displays real-time countdown alerts straight to the player's action bar.
- Movement Detection - Automatically cancels an active teleport if the player walks away or jumps.
✏️ In-Game Customization
- Chat Renaming Integration - Players can click a button in the GUI and type the name directly into the game chat.
- One-Click Deletion - Simple and secure confirmation menus to prevent accidentally deleting an active home.
🛠️ Administration
- Permission-Based Limits - Dynamically controls how many homes a player rank can have using home.limit.<number>.
- Admin Reload Command - Update configuration files seamlessly without rebooting the entire game server.
- Universal Configurations - Change every message, material, and countdown timer directly in the config.yml file.
⚙️Config:
# Number of seconds before teleporting: 1 = 1 second
teleport-delay-seconds: 5
# If set to false, players will be able to move while teleporting. If set to true, teleportation will be canceled when moving.
cancel-teleport-on-move: true
# Number of homes in the /home GUI. Maximum amount of homes: 28!
max-allowed-homes: 5
gui-materials:
filler-glass: "GRAY_STAINED_GLASS_PANE"
home-set-bed: "RED_BED"
home-unset-bed: "GRAY_BED"
manage-rename-sign: "OAK_SIGN"
manage-delete-item: "BARRIER"
confirm-cancel-pane: "RED_STAINED_GLASS_PANE"
confirm-delete-pane: "GREEN_STAINED_GLASS_PANE"
gui-titles:
main: "Your Homes"
manage: "Manage Home"
confirm-delete: "Are you sure?"
messages:
no-permission: "&cYou do not have permission to use this command."
reload-success: "&aConfiguration reloaded successfully!"
chat-prompt-rename: "&eType your new home name in chat. Type 'cancel' to exit."
rename-success: "&aHome successfully renamed to &r%name%&a!"
rename-cancelled: "&cHome renaming cancelled."
teleport-start: "&aTeleporting to &r%name%&a..."
teleport-countdown: "&eTeleporting in %time% seconds..."
teleport-success: "&aTeleported successfully!"
teleport-cancelled: "&cTeleport cancelled because you moved!"
home-deleted: "&cHome successfully deleted."
home-set: "&aHome successfully saved!"
limit-reached: "&cYou have reached your maximum home limit of %limit%!"
🛠️Permissions
| Permission | Description | Default |
|---|---|---|
home.use |
Use the main home GUI interface | true |
home.admin |
Access administrative commands (reload) | op |
home.limit.<number> |
Sets custom maximum home limits for ranks | none |

