HomeJavaModsTeleport Command
Teleport Command
ModsJava

Teleport Command

by viktor.koniushenko · on Modrinth

🌐Teleport Commands is a high-performance, Server-Side ONLY teleportation suite for Minecraft. It provides a complete set of player-friendly teleport…

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 26.2⬇ Download for 26.1–26.1.2⬇ Download for 1.21–1.21.11
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Teleport Commands

Teleport Commands is a high-performance, Server-Side ONLY teleportation suite for Minecraft 1.21.x, 26.1.x, and 26.2.x. It provides a complete set of player-friendly teleport commands with safety checks, configurable delays, and persistent data storageno client mods required.

Supported Versions

Version Java Status
1.21.x 21 Full support
26.1.x 25 Full support
26.2.x 25 Full support

Purpose & Function

The core mission of this project is to give server administrators and players a complete, drop-in teleportation system with safety guarantees.


Key Features

Command Description Default
/sethome <name> Set personal homes with names Unlimited
/home <name> Teleport to your homes
/delhome <name> Delete a home
/homes List all homes with clickable teleport
/defaulthome <name> Set your default home for /home
/setwarp <name> Create warps (OPs make global, players make personal) Unlimited
/delwarp <name> Delete a warp (OPs can delete any)
/warp <name> Teleport to warps
/renamewarp <old> <new> Rename a warp (OPs can rename any)
/tpa <player> Request to teleport to a player
/tpahere <player> Request a player to teleport to you
/tpaaccept Accept a teleport request
/tpadeny Deny a teleport request
/back Return to your last death location
/spawn Teleport to your bed or world spawn
/worldspawn Teleport to the world's spawn point
/rtp Random teleport in the current world (safe mode)
/wild Random teleport with extended range and unsafely (wild mode)

Enhance your server setup! Check out my other server-side mods over at : Fabric Server Essentials


How to Use

/sethome base           Set a home named "base"
/home base              Teleport to it
/delhome base           Delete a home
/homes                  List all homes (click to teleport)
/defaulthome base       Make "base" your default home
/setwarp shop           Create a warp (OPs create global warps)
/delwarp shop           Delete a warp
/renamewarp old new     Rename a warp
/warp shop              Teleport to it
/tpa Alice              Request to teleport to Alice
/tpaccept               Accept the pending request
/back                   Return to your last death location
/spawn                  Go to your bed or world spawn
/rtp                    Random safe teleport (configurable radius)
/wild                   Random wild teleport (extended range, includes water)

Configuration

Config file: config/teleport_commands.json (auto-generated on first run)

{
  "global": {
    "global_cooldown_seconds": 0
  },
  "commands": {
    "worldspawn": { "teleport_delay_seconds": 0, "default_safety_check": true },
    "back": { "teleport_delay_seconds": 0, "default_safety_check": true },
    "home": { "teleport_delay_seconds": 0, "default_safety_check": true },
    "warp": { "teleport_delay_seconds": 0, "default_safety_check": true },
    "rtp": {
      "teleport_delay_seconds": 0,
      "default_safety_check": true,
      "min_distance": 1000,
      "max_distance": 5000,
      "preload_chunks": true,
      "safe_mode": true
    },
    "wild": {
      "teleport_delay_seconds": 0,
      "default_safety_check": true,
      "min_distance": 2000,
      "max_distance": 10000,
      "preload_chunks": true,
      "safe_mode": false
    },
    "spawn": { "teleport_delay_seconds": 0, "default_safety_check": true },
    "tpa": { "teleport_delay_seconds": 0, "default_safety_check": true }
  }
}

Key Settings

Setting Description
global_cooldown_seconds Global cooldown applied to all teleport commands
teleport_delay_seconds Delay before teleport executes (per command)
default_safety_check Enable/disable safety validation for destination
min_distance / max_distance RTP/Wild search radius from spawn (blocks)
preload_chunks Pre-load chunks at destination to avoid loading lag
safe_mode (rtp/wild) true = finds solid non-water/lava ground (safe). false = uses surface heightmap (includes oceans)

Built for server administrators and players who want a complete, safe, and intuitive teleportation system. No client mods, no complicated setupjust drop in and go.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more