TP Utils

⭐ — (39 endorsements) 📥 25,219 downloads 📌 v1.11.17 📅 6/13/2021
🟡 Updated this year

By Sjouwer · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 9/30/2025 📅 Created: 6/13/2021
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #435 of 940 fabric mods in this game by downloads

📋 About This Mod

<a href="https://modrinth.com/mod/fabric-api/versions"> <img src="https://i.imgur.com/DZjcl2x.png" alt="Requires Fabric API" width="180"/> </a><b>&emsp;</b> <a href="https://modrinth.com/mod/cloth-config/versions?l=fabric"> <img src="https://i.imgur.com/I0y2xcw.png" alt="Requires Cloth Config" width="180"/> </a> # **TP Utils** This is a client side teleport utility mod that should greatly benefit creative players, making it much easier to get around. It includes, but is not limited to, improved and custom versions of the WorldEdit teleports (/thru & /jumpto). The teleports have a super high range and are extremely precise. **Important:** - This mod requires you to have cheats enabled in single player (default on a creative world) or to have permission to use TP commands in multiplayer. - If you play on a multiplayer server make sure to set the right TP method in the config settings, many servers use `/tppos` instead of `/tp` ## **Teleports** **TP Through** *Usage:* `Keybind` *or* `/tpu through` *or* `/tpu thru` Teleport through walls or pretty much anything else that’s in your way. It’ll teleport you to the exact opposite side of the obstacle without forcing you to the ground. **TP on Top** *Usage:* `Keybind` *or* `/tpu top` Teleport to the first available free space above the block you’re looking at. **TP Forward** *Usage:* `Keybind` *or* `/tpu forward` Teleport a certain amount of blocks into the direction you’re looking, including up- and downwards. This teleport however doesn’t let you through blocks and will either teleport you to the full configured distance away or right in front of the first obstacle that’s in your way. **TP Ground** *Usage:* `/tpu ground` Teleport to first block below you, no matter the height you're at. **TP Up & Down** *Usage:* `/tpu up` or `/tpu down` Teleport a floor up or down, it'll always put you on the ground. **Chunk TP** *Usage:* `/tpu chunk <x> <z>` Teleport to the coordinates of the entered chunk. **TP Back** *Usage:* `Keybind` *or* `/tpu back` Teleport back to your previous location. This only works when you used a teleport method from this mod. ## **Configuration (File / Mod Menu)** <details> <summary>All configuration options</summary> **TP Method** *Default: /tp* The tp method the mod should use to teleport you. Any method that uses \<x> \<y> \<z> should work. (For example `/tp` or `/tppos`) It's also possible to change this using this command: `/tpu method <command>` **TP Through Range** *Default: 256 (blocks)* From how far should the mod be able to detect the block you’re looking at to teleport you through. **TP on Top Range** *Default: 256 (blocks)* From how far should the mod be able to detect the block you’re looking at to teleport you on top. **TP Forward Range** *Default: 100 (blocks)* How far should the mod try to teleport you forward. **Allow Crawling** *Default: False* Allow the mod to teleport you into a 1 block high space. **Allow Lava** *Default: False* Allow the mod to teleport you into lava. **Set Bedrock Limit** *Default: True* Stop the mod from teleporting you below bedrock / the bottom world limit. </details> ## **Versions & Dependencies** <details> <summary>1.19+</summary> **Required**: (https://modrinth.com/mod/fabric-api) (https://modrinth.com/mod/cloth-config) (Is needed to make the config work) **Optional:** (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game) </details> <details> <summary>1.16 - 1.18</summary> **Required**: (https://modrinth.com/mod/fabric-api) (0.31.0 or later) **Optional:** (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game) **Already included/embedded:** (https://modrinth.com/mod/cloth-config) (Is needed to make the config work) </details> <details> <summary>1.14 - 1.15</summary> **Required:** (https://modrinth.com/mod/fabric-api) (0.14.0 or later) **Optional:** (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game) **Already included/embedded:** (https://github.com/shedaniel/AutoConfig) (Is needed to make the config work) (https://modrinth.com/mod/cloth-config) (Required for Auto Config) (https://github.com/CottonMC/ClientCommands) (Is needed to make any of the commands work) </details>

Requires Fabric API   Requires Cloth Config

# TP Utils

This is a client side teleport utility mod that should greatly benefit creative players, making it much easier to get around. It includes, but is not limited to, improved and custom versions of the WorldEdit teleports (/thru & /jumpto). The teleports have a super high range and are extremely precise.

Important: - This mod requires you to have cheats enabled in single player (default on a creative world) or to have permission to use TP commands in multiplayer. - If you play on a multiplayer server make sure to set the right TP method in the config settings, many servers use `/tppos` instead of `/tp`

## Teleports

TP Through Usage: `Keybind` or `/tpu through` or `/tpu thru` Teleport through walls or pretty much anything else that’s in your way. It’ll teleport you to the exact opposite side of the obstacle without forcing you to the ground.

TP on Top Usage: `Keybind` or `/tpu top` Teleport to the first available free space above the block you’re looking at.

TP Forward Usage: `Keybind` or `/tpu forward` Teleport a certain amount of blocks into the direction you’re looking, including up- and downwards. This teleport however doesn’t let you through blocks and will either teleport you to the full configured distance away or right in front of the first obstacle that’s in your way.

TP Ground Usage: `/tpu ground` Teleport to first block below you, no matter the height you're at.

TP Up & Down Usage: `/tpu up` or `/tpu down` Teleport a floor up or down, it'll always put you on the ground.

Chunk TP Usage: `/tpu chunk ` Teleport to the coordinates of the entered chunk.

TP Back Usage: `Keybind` or `/tpu back` Teleport back to your previous location. This only works when you used a teleport method from this mod.

## Configuration (File / Mod Menu)

All configuration options

TP Method Default: /tp The tp method the mod should use to teleport you. Any method that uses \ \ \ should work. (For example `/tp` or `/tppos`) It's also possible to change this using this command: `/tpu method `

TP Through Range Default: 256 (blocks) From how far should the mod be able to detect the block you’re looking at to teleport you through.

TP on Top Range Default: 256 (blocks) From how far should the mod be able to detect the block you’re looking at to teleport you on top.

TP Forward Range Default: 100 (blocks) How far should the mod try to teleport you forward.

Allow Crawling Default: False Allow the mod to teleport you into a 1 block high space.

Allow Lava Default: False Allow the mod to teleport you into lava.

Set Bedrock Limit Default: True Stop the mod from teleporting you below bedrock / the bottom world limit.

## Versions & Dependencies

1. 19+

Required: (https://modrinth.com/mod/fabric-api) (https://modrinth.com/mod/cloth-config) (Is needed to make the config work)

Optional: (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game)

1. 16 - 1. 18

Required: (https://modrinth.com/mod/fabric-api) (0. 31. 0 or later)

Optional: (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game)

Already included/embedded: (https://modrinth.com/mod/cloth-config) (Is needed to make the config work)

1. 14 - 1. 15

Required: (https://modrinth.com/mod/fabric-api) (0. 14. 0 or later)

Optional: (https://modrinth.com/mod/modmenu) (This mod allows you to edit the configs in game)

Already included/embedded: (https://github.com/shedaniel/AutoConfig) (Is needed to make the config work) (https://modrinth.com/mod/cloth-config) (Required for Auto Config) (https://github.com/CottonMC/ClientCommands) (Is needed to make any of the commands work)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Sjouwer
Version
1.11.17
Downloads
25,219
Endorsements
39
Category
fabric
Created
6/13/2021
Updated
9/30/2025
Game Versions
1.21.9, 1.21.10, 1.21.11
Tags
transportation, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does TP Utils support?

The author lists 1.21.9, 1.21.10, 1.21.11. Other versions may work but are untested by the author.

What is the latest version of TP Utils?

Version 1.11.17, published 2025-09-30 with 25,219 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Sjouwer 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods