Go Home Already!!!
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.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
A mod made using MCreator, which is a tool for creating custom mods without programming knowledge.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
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. |
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources