Skip to main content
Version: 0.4.0-beta

Homes

Description

Allows players to set a home position they can later teleport to and from.

When executing /home, a configurable countdown of x seconds starts.
When the countdown is done, and the player hasn't moved in the meantime, the player gets teleported to the home position.

When executing /back, the countdown starts as well.
When the countdown is done, and the player hasn't moved in the meantime, the player gets teleported to the position he was, before executing /home.
Both commands have a configurable cooldown.

Commands

Player-Commands

  • /homes
    Displays a list of all set' homes.
  • /sethome
    Sets a home with the default name "Home".
  • /sethome <name>
    Example: /sethome Cave
    Sets a home with the name "Cave".
  • /home
    Teleports to default home "Home".
  • /home <name>
    Example: /home Cave
    Teleports to home "Cave".
  • /delhome
    Deletes the home with the default name "Home", except there are more than just the default "Home" available.
  • /delhome <name>
    Example: /delhome Cave
    Deletes the home with the name "Cave".
  • /back

Admin-Commands

  • /suppa qol enable/disable homes
  • /suppa qol config homes max <amount>
    Example: /suppa qol config homes max 3
  • /suppa qol config homes allowNether true/false
    Example: /suppa qol config homes allowNether true
    If enabled, allows players to set homes in the Nether.
  • /suppa qol config homes allowEnd true/false
    Example: /suppa qol config homes allowEnd true
    If enabled, allows players to set homes in the End dimension.

Default Config

  • enabled: false
  • maxHomes: 3
  • allowNether: false
  • allowEnd: false

Version History

  • Introduced in v0.4.0-beta