Command: deletehome - teakivy/teaks-tweaks GitHub Wiki

Command: /deletehome

/deletehome is a secondary command for the Homes pack.

Parent Pack

homes

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

Usage

/deletehome [home]

This is a player-only command

Aliases

  • /delhome
  • /rmhome

Sub Commands

/deletehome [home]

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

Permissions

teakstweaks.command.home.delete

  • Default - true
  • Description - Controls whether the player can use the /home delete or /deletehome command.## Messages
"deletehome.command_description": "Delete a home.",
"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>!",

deletehome.command_description

  • Default - Delete a home.

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** ⚠️