Commands & Permissions
Commandsโ
| Command | Permission | Description |
|---|---|---|
/homesgui | at.member.homes | Open the homes GUI |
/homesguireload | homesgui.reload | Reload addon configuration |
Aliases for /homesgui: /hgui, /homesmenu
Usage Examplesโ
# Open your homes GUI
/homesgui
# Reload config after editing (admin)
/homesguireload
In-GUI Actionsโ
Most interaction happens inside the inventory GUI rather than through commands.
| Action | Result |
|---|---|
| Left-click a home | Teleport to that home (AT warmup applies) |
| Right-click a home | Delete the home (confirmation prompt) |
| Click Create New Home button | Set a new home at current location |
| Click Refresh button | Reload home list from Advanced Teleport |
| Click Close button | Close the GUI |
| Click icon selector (if enabled) | Choose a custom icon for a home |
Permissionsโ
| Permission | Default | Description |
|---|---|---|
at.member.homes | true | Open and use the homes GUI |
homesgui.reload | op | Use /homesguireload |
LuckPerms Examplesโ
# Grant GUI access to all players
/lp group default permission set at.member.homes true
# Grant reload to admins
/lp group admin permission set homesgui.reload true
Notesโ
at.member.homesis the same permission Advanced Teleport uses for its own home commands. If players already have home access in AT, they automatically have GUI access.- Home count limits, cooldowns, and warmups are all enforced by Advanced Teleport โ this addon does not override those settings.