Telepost

Quick rating

Telepost

By MuriPlz

No reviews yet

Nerfed Teleports. Perfect for survival servers.

Adventure/Exploration
QoL & Tweaks
Player Transport
Mod Loaders
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
telepost-4.2.4-all.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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:

  • Luckperms: 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 <Post> or /v <Post>: teleports you to a Post.
  • /forcevisit <Post>: teleports you to a Post without requiring to be standing on a post. OPs only.
  • /post list [page]: 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)

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

{
  "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 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:

  • Luckperms: For permission management. (max posts per player, leverage per player, command permissions)
392f24bba4c1cec4557709388a9691ea6637be9b.png

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.

1c2f0f10937a1d51eeee8614beba5aa0c46cd851.png
  • /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 [page]: 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)
9b2886e9c145a733c26c5c6a3982683474d295d5.png

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

{
  "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

Screenshots

Gallery

  • commands
    commands This is for the Description section of the plugin. Don't mind me
  • Telepost title
    Telepost title
  • what is a post?
    what is a post? This is for the Description section of the plugin. Don't mind me!
  • Permissions
    Permissions This is for the Description section of the plugin. Don't mind me!
  • GriefDefender
    GriefDefender This is for the Description section of the plugin. Don't mind me!

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~6,000
Total Downloads
CurseForge
~2,000
Modrinth
~4,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works