HorizonTP
HorizonTP is a lightweight, server-side Fabric mod for Minecraft 26.2 that adds named player homes and simple teleport commands. It works in dedicated servers and in single-player worlds using Fabric.
Features
- Create a default home with
/sethome. - Create multiple named homes with
/sethome <name>. - Teleport to the default home with
/home. - Teleport to a named home with
/home <name>. - List your homes with
/homesor/homes list. - Delete a named home with
/homes delete <name>. - Store homes per player and dimension.
- Teleport between loaded dimensions.
- Configure the teleport cooldown and maximum number of homes.
- Display the remaining cooldown in yellow chat text, for example
12s left. - Store data in simple JSON and properties files inside the world's
configfolder.
Commands
| Command | Description |
|---|---|
/home |
Teleports you to the default home named main. |
/home <name> |
Teleports you to a named home. |
/sethome |
Sets or replaces the default home named main. |
/sethome <name> |
Sets or replaces a named home. |
/homes |
Lists your homes. |
/homes list |
Lists your homes. |
/homes delete <name> |
Deletes one of your homes. |
/homes config |
Shows the current HorizonTP configuration. |
/homes config <name> <value> |
Changes a configuration value. |
The command names are intentionally short and familiar. HorizonTP uses its own mod ID, package namespace, metadata, and implementation.
Configuration
HorizonTP creates these files in the world's config directory:
horizontp.jsonstores home locations.horizontp.propertiesstores configuration values.
Default values:
cooldown=15
max-homes=2
stand-still=5
bossbar=true
