HorizonTP

Quick rating

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

HorizonTP

No reviews yet

A lightweight Fabric mod for teleporting, with named homes, cooldowns, configuration, and cross-dimension support.

Mod Loaders
Minecraft
26.2

About

Description

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 /homes or /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 config folder.

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.json stores home locations.
  • horizontp.properties stores configuration values.

Default values:

cooldown=15
max-homes=2
stand-still=5
bossbar=true