Telepost
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (11 images)
🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #417 of 581 adventure mods in this game by downloads
📋 About This Mod
<a href="https://github.com/Kryeit/Telepost/blob/old-1.20.4-fabric/README.md"> If you have Telepost with version lower to 4.0 (<4.0) go here </a> # Telepost doesn't require any other mod to function. However, it has softdepend functions for: - (https://www.spigotmc.org/resources/1-12-2-1-20-4-griefdefender-claim-plugin-grief-prevention-protection.68900/): For permission management. (max posts per player, leverage per player, command permissions) <img src="https://cdn.modrinth.com/data/w8avchdW/images/392f24bba4c1cec4557709388a9691ea6637be9b.png" width="430" /> Nerfed teleportation! Easier than ever. Players can create posts if not near enough others. This creates a teleport hall for all players. You may teleport there if you are standing inside another post. You can also have your own post to call a /home. <img src="https://cdn.modrinth.com/data/w8avchdW/images/1c2f0f10937a1d51eeee8614beba5aa0c46cd851.png" width="430" /> - `/post` or `/nearestpost` or `/closestpost`: shows you where the nearest post is. - `/sethomepost` or `/sethome`: sets a home on the nearest post. - `/homepost` or `/home` or `/h`: teleports you to your home. - `/visit <Post>` or `/v`: teleports you to a Post. - `/forcevisit <Player> <Post>` or `/fv`: teleports you to a Post without requiring to be standing on a post. OPs only. - `/post list `: shows a paginated GUI of the posts. - `/post create <Post> <x> <z>`: creates a post with a given name. - `/post rename <OldName> <NewName>`: renames a post. - `/post transfer <PostName> <Player>`: transfers a post to another player. OPs only. - `/post delete <PostName>`: deletes a post. OPs only. - `/post ally <Player>`: Mark a player as your ally. - `/post enemy <Player>`: Mark a player as your enemy. - `/post forgive <Player>`: Forgive a player. (Delete ally/enemy status) <img src="https://cdn.modrinth.com/data/w8avchdW/images/9b2886e9c145a733c26c5c6a3982683474d295d5.png" width="430" /> ## Important permissions: - `telepost.posts.NUMBER` - Maximum number of posts a player can own. Default is 1. - `telepost.leverage.NUMBER` - Leverage distance to create posts. See the Leverage section for more information. Default is POST-GAP / 2. ## Command permissions: * `telepost.command.post` - Use /post, /nearestpost, /closestpost * `telepost.command.sethome` - Use /sethomepost, /sethome * `telepost.command.home` - Use /homepost, /home, /h * `telepost.command.visit` - Use /visit, /v * `telepost.command.forcevisit` - Use /forcevisit (OPs only) * `telepost.command.list` - Use /post list * `telepost.command.create` - Use /post create * `telepost.command.rename` - Use /post rename * `telepost.command.transfer` - Use /post transfer (OPs only) * `telepost.command.delete` - Use /post delete (OPs only) * `telepost.command.ally` - Use /post ally * `telepost.command.enemy` - Use /post enemy * `telepost.command.forgive` - Use /post forgive # Config ```json5 { "db-url": "jdbc:postgresql://kryeit.com:5432/servus", "db-user": "postgres", "db-password": "lel", "post-gap": 2000, "post-diameter": 31 } ``` - You need to input the credentials for a PostgreSQL database. **Required to have one in order to use the mod.** - `post-gap`: The minimum distance in blocks that must be between two posts. Default is 2000 blocks. - `post-diameter`: The diameter of the post area. Default is 31 blocks. This is also used to offset structures when placing them with `/post create`. # Leverage *Imagine `"post-gap": 1000,` inside the `config.json`.* When creating a post, you must select a location. You can't create a post closer to 1000 blocks from another post. If you are an ally of a player, their posts will have leverage for you. Once you have leverage, you can create posts closer to your allies. If you had 200 of leverage you could create a post 800 blocks away from your ally's post. If you are an enemy of a player, their posts will have negative leverage for you. You must create posts further away from your enemies. If you had 200 of leverage you could only create a post 1200 blocks away from your enemy's post. Our Discord: (https://discord.gg/vq5vwuyDGU)
If you have Telepost with version lower to 4. 0 (<4. 0) go here
Telepost doesn't require any other mod to function. However, it has softdepend functions for: - (https://www.spigotmc.org/resources/1-12-2-1-20-4-griefdefender-claim-plugin-grief-prevention-protection. 68900/): For permission management. (max posts per player, leverage per player, command permissions)

Nerfed teleportation! Easier than ever. Players can create posts if not near enough others. This creates a teleport hall for all players. You may teleport there if you are standing inside another post. You can also have your own post to call a /home.

- `/post` or `/nearestpost` or `/closestpost`: shows you where the nearest post is.
- `/sethomepost` or `/sethome`: sets a home on the nearest post.
- `/homepost` or `/home` or `/h`: teleports you to your home.
- `/visit
` or `/v`: teleports you to a Post. - `/forcevisit
` or `/fv`: teleports you to a Post without requiring to be standing on a post. OPs only. - `/post list `: shows a paginated GUI of the posts.
- `/post create
`: creates a post with a given name. - `/post rename
`: renames a post. - `/post transfer
`: transfers a post to another player. OPs only. - `/post delete
`: deletes a post. OPs only. - `/post ally
`: Mark a player as your ally. - `/post enemy
`: Mark a player as your enemy. - `/post forgive
`: Forgive a player. (Delete ally/enemy status)

## Important permissions: - `telepost.posts. NUMBER` - Maximum number of posts a player can own. Default is 1. - `telepost.leverage. NUMBER` - Leverage distance to create posts. See the Leverage section for more information. Default is POST-GAP / 2.
## Command permissions: `telepost.command.post` - Use /post, /nearestpost, /closestpost `telepost.command.sethome` - Use /sethomepost, /sethome `telepost.command.home` - Use /homepost, /home, /h `telepost.command.visit` - Use /visit, /v `telepost.command.forcevisit` - Use /forcevisit (OPs only) `telepost.command.list` - Use /post list `telepost.command.create` - Use /post create `telepost.command.rename` - Use /post rename `telepost.command.transfer` - Use /post transfer (OPs only) `telepost.command.delete` - Use /post delete (OPs only) `telepost.command.ally` - Use /post ally `telepost.command.enemy` - Use /post enemy `telepost.command.forgive` - Use /post forgive
# Config ```json5 { "db-url": "jdbc:postgresql://kryeit.com:5432/servus", "db-user": "postgres", "db-password": "lel", "post-gap": 2000, "post-diameter": 31 } ``` - You need to input the credentials for a PostgreSQL database. Required to have one in order to use the mod. - `post-gap`: The minimum distance in blocks that must be between two posts. Default is 2000 blocks. - `post-diameter`: The diameter of the post area. Default is 31 blocks. This is also used to offset structures when placing them with `/post create`.
Imagine `"post-gap": 1000,` inside the `config.json`.*
When creating a post, you must select a location. You can't create a post closer to 1000 blocks from another post.
If you are an ally of a player, their posts will have leverage for you. Once you have leverage, you can create posts closer to your allies. If you had 200 of leverage you could create a post 800 blocks away from your ally's post. If you are an enemy of a player, their posts will have negative leverage for you. You must create posts further away from your enemies. If you had 200 of leverage you could only create a post 1200 blocks away from your enemy's post.
Our Discord: (https://discord.gg/vq5vwuyDGU)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- muriplz
- Version
- 4.2.4
- Downloads
- 4,599
- Endorsements
- 23
- Category
- adventure
- Created
- 5/12/2023
- Updated
- 8/12/2026
- Game Versions
- 1.21.1
- Tags
- adventure, social, transportation
🔧 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 Telepost support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Telepost?
Version 4.2.4, published 2026-08-12 with 4,599 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await









