# Commands permssions

# 🛠️ Administrative / Staff Commands

Command Permission Description / Usage
/litehome migration essentials litehome.admin Run migration helper for Essentials-compatible data. Use when migrating player homes.
/litehome help litehome.admin Show LiteHomes help for staff.
/litehome tp <player> <home> litehome.admin Teleport a player to one of their homes.
/litehome rename <player> <home> <name> litehome.admin Rename a player's home.
/litehome delete <player> <home> litehome.admin Delete a specific home belonging to a player.
/litehome see <player> litehome.admin View a player's homes list and details.
/litehome voucher <player> <size> litehome.admin Give a home voucher to a player (size defines tier/capacity).

Note: All staff-level LiteHomes actions are gated behind litehome.admin. If you want to delegate specific actions, consider creating custom groups with only the needed commands.


# 💠 Player Commands & Permissions

Command Permission Description
/visit <player> litehome.visit Visit another player's public home (requires the target to allow visits).
/home None Open your home menu / teleport to default home (behavior depends on server config).
/sethome <name> None or home.teleport.<amount> Create a new home. The maximum number of homes is controlled by home.teleport.<amount> permission nodes or your config.
/homes None List your homes.
/home delete <name> None Delete one of your homes.
/home rename <old> <new> None Rename your own home (if enabled).

# 🔒 Special Permission Nodes

Node Description
home.teleport.instant Allows a player to bypass the teleport countdown and teleport immediately.
home.teleport.<amount> Grant a player permission to set a specific number of homes. Replace <amount> with the numeric limit (for example: home.teleport.3).

Once completed, save the files and run /litehomes reload in-game or from the console to apply your changes.