Go Home Already!!!

Quick rating

Community listing page, reviews here may not be monitored by the author.

Go Home Already!!!

By OmniPraxisOwner

No reviews yet

Adds a /sethome, /home, /tobed command to the server. In addition to enabling any specific commands, specific admin commands allowing disabling of sethome, so a gamemaster can define the players home.

Mod Loaders
Minecraft

About

Description

# Go Home Already

Another /home solution

A lightweight teleport-commands mod for NeoForge 1.21.1. Players can set a home and return to it, and or jump back to their last bed/respawn point. Administrators get a separate command tree for managing other players' homes and respawn points.

## Player commands

Command Description
`/sethome` Sets your home to your current position and dimension.
`/home` Teleports you to your saved home. Fails if no home is set, or if the saved dimension no longer exists.
`/bed` Teleports you to your last respawn point (bed or respawn anchor). Falls back to world spawn if none is set.
`/tobed` Alias for bed.

You are able to configure a cool down for tp if you wish.

## Admin commands
Admin commands are found under root `/gohome gamemaster` They accept a `<targets>` selector, so `@a`, `@p[...]`, or a player name will do; each reports how many players it affected.

Command Description
`/gohome gamemaster sethome <targets>` Sets the target players' home to *your* current position and dimension.
`/gohome gamemaster sethome <targets> <position>` Sets the target players' home to explicit coordinates, in your current dimension.
`/gohome gamemaster clearhome <targets>` Removes the target players' saved home.
`/gohome gamemaster clearbed <targets>` Resets the target players' respawn point back to default (world spawn).
Key Default Description
`enableSetHome` `true` Enables `/sethome`.
`enableHome` `true` Enables `/home`.
`enableBed` `true` Enables `/bed` and `/tobed`.
`cooldownSeconds` `5` Cooldown in seconds for teleport commands. Set to `0` to disable. Range: 0–86400. Does not apply to `/sethome`, to operators, or to gamemaster commands.

### `[gameMaster]`

Key Default Description
`enabled` `false` Master switch for the entire `/gohome gamemaster` tree. Off by default.
`permissionLevel` `2` Permission level required to use gamemaster commands. Range: 0–4.

### `[gameMaster.administration]`

Key Default Description
`enabled` `true` Enables the `sethome` / `clearhome` / `clearbed` admin commands.

Go Home Already

Another /home solution

A lightweight teleport-commands mod for NeoForge 1.21.1. Players can set a home and return to it, and or jump back to their last bed/respawn point. Administrators get a separate command tree for managing other players' homes and respawn points.

Player commands

Command Description
/sethome Sets your home to your current position and dimension.
/home Teleports you to your saved home. Fails if no home is set, or if the saved dimension no longer exists.
/delhome Deletes your saved home. Optionally has to be run twice to confirm, see delHomeConfirmSeconds.
/bed Teleports you to your last respawn point (bed or respawn anchor). Falls back to world spawn if none is set.
/tobed Alias for bed.
/back Returns you to where you were before your last teleport, or to where you died. Running it twice takes you back again.

You are able to configure a cool down for tp's if you wish.

For further balance you can set warmupSeconds above zero and a teleport takes that long to complete, and is cancelled if the player moves or takes damage in the meantime. It is off by default.

Admin commands

Admin commands are found under root /gohome gamemaster They accept a <targets> selector, so @a, @p[...], or a player name will do; each reports how many players it affected.

Command Description
/gohome gamemaster sethome <targets> Sets the target players' home to your current position and dimension.
/gohome gamemaster sethome <targets> <position> Sets the target players' home to explicit coordinates, in your current dimension.
/gohome gamemaster clearhome <targets> Removes the target players' saved home.
/gohome gamemaster clearbed <targets> Resets the target players' respawn point back to default (world spawn).
Key Default Description
enableSetHome true Enables /sethome.
enableHome true Enables /home.
enableBed true Enables /bed and /tobed.
enableDelHome true Enables /delhome.
delHomeConfirmSeconds 0 Seconds the player has to repeat /delhome to confirm the delete. 0 deletes on the first run. Range: 0–300. A /sethome cancels a pending delete.
enableBack true Enables /back. While off, nothing is recorded at all.
backOnDeath true Records the death spot so /back returns to it. With this off, /back only returns to where a teleport started.
cooldownSeconds 5 Cooldown in seconds for teleport commands, shared across /home, /bed and /back. Set to 0 to disable. Range: 0–86400. Does not apply to /sethome, /delhome, or gamemaster commands.
bypassLevel 2 Permission level that skips the teleport cooldown and warmup. Range: 0–4. 0 means nobody waits.
warmupSeconds 0 Seconds a player must stand still before a teleport completes. 0 teleports instantly. Range: 0–60.
warmupCancelOnMove true Cancels a warming up teleport when the player moves more than half a block.
warmupCancelOnDamage true Cancels a warming up teleport when the player takes damage.

[gameMaster]

Key Default Description
enabled false Master switch for the entire /gohome gamemaster tree. Off by default.
permissionLevel 2 Permission level required to use gamemaster commands. Range: 0–4.

[gameMaster.administration]

Key Default Description
enabled true Enables the sethome / clearhome / clearbed admin commands.