Go Home Already!!!
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: fabric
标签: adventure utility
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. |
请登录后举报
暂无评论,抢个沙发吧~