Command: home - teakivy/teaks-tweaks GitHub Wiki

Command: /home

/home is the base command for the Homes pack.

Parent Pack

homes

This command will only be active when it's parent pack is enabled.

Usage

/home [set | delete | home] [home]

This is a player-only command

Sub Commands

/home

  • Used to teleport the player to their home. Only valid if the player has only one home, or has a home named home.

/home <home>

  • Used to teleport the player to a specified home.

/home set [home]

  • Used to set a home for the player. If no name is specified, the name will be home.

/home delete [home]

  • Used to remove a home from the player. If no name is specified, the name will be home.

Permissions

teakstweaks.command.home

  • Default - true
  • Description - Controls whether the player can use the /home command to teleport.

teakstweaks.command.home.set

  • Default - true
  • Description - Controls whether the player can use the /home set or /sethome command.

teakstweaks.command.home.delete

  • Default - true
  • Description - Controls whether the player can use the /home delete or /deletehome command.## Messages
"home.command_description": "Teleport, Set, or Delete your Homes!",
"home.error.missing_home_name": "<red>Please specify a name for your home!",
"home.error.home_already_exists": "<red>The home <name> already exists!",
"home.error.home_dne": "<red>The home <name> does not exist!",
"home.error.max_homes": "<red>You cannot have more than <max_homes> homes!",
"home.error.cant_set_home": "<red>An unknown error has occurred while setting your home!",
"home.error.cant_delete_home": "<red>An unknown error has occurred while deleting your home!",
"home.error.no_homes_yet": "<red>You don't have any homes set! Use <gold>/home set <name></gold> to set one!",
"home.set_home": "<green>Set your home <name>!",
"home.deleted_home": "<green>Deleted your home <name>!",

home.command_description

  • Default - Teleport, Set, or Delete your Homes!

home.error.missing_home_name

  • Default - <red>Please specify a name for your home!

home.error.home_already_exists

  • Default - <red>The home <name> already exists!
  • Placeholders
    • home - The name of the home.

home.error.home_dne

  • Default - <red>The home <name> does not exist!
  • Placeholders
    • home - The name of the home.

home.error.max_homes

  • Default - <red>You cannot have more than <max_homes> homes!
  • Placeholders
    • max_homes - The maximum amount of homes the player can have.

home.error.cant_set_home

  • Default - <red>An unknown error has occurred while setting your home!

home.error.cant_delete_home

  • Default - <red>An unknown error has occurred while deleting your home!

home.error.no_homes_yet

  • Default - <red>You don't have any homes set! Use <gold>/home set <name></gold> to set one!

home.set_home

  • Default - <green>Set your home <name>!
  • Placeholders
    • name - The name of the home set.

home.deleted_home

  • Default - <green>Deleted your home <name>!
  • Placeholders
    • name - The name of the home deleted.
⚠️ **GitHub.com Fallback** ⚠️