You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PayTp is a lightweight Fabric mod for Minecraft that allows players to teleport by paying a certain amount of in-game currency (such as items or balance).
It supports flexible teleportation modes, multi-language localization, and fully customizable cost rules.
Features
Cross-dimension teleport to a specified location
Player teleport request system
Home and Back
Beacon waypoint (Warp) feature
Adjustable teleportation cost algorithm
Ender Chest / Shulker Box payment support
Cloth Config API support (client-side)
Can be used as a server-side only mod
Most features can be disabled by setting their corresponding command names to an empty string.
For example, changing general.mainCommand in the config file from ptp to empty will disable the coordinate teleport function.
The in-game help guide will automatically adapt.
Commands
All displays show the default command names, where <> indicates required parameters and () indicates optional parameters
Command
Description
/ptp
Get command guide for PayTp
/ptp (dimension) <x> <y> <z>
Teleport to specified coordinates (in a specific dimension)
/ptpto <player>
Send request to teleport to a player
/ptphere <player>
Send request to a player to teleport to you
/ptpaccept (player)
Accept a teleport request (from a specific player)
/ptpdeny (player)
Deny a teleport request (from a specific player)
/ptpcancel (player)
Cancel a pending teleport request (to a specific player)
/ptpback
Return to the previous location
/ptphome
Teleport to your home (if configured)
/ptphome set
Set your home to your current position
/ptpwarp <name>
Teleport to the specified waypoint
/ptpwarp create <name>
Create a new waypoint (must be within an active beacon beam)
If the Cloth Config API is installed, all settings can be adjusted directly through the in-game Mod Menu GUI. (World restart may be required.)
Compatibility & Deployment
Type
Supported
Fabric Loader
✅
Server Only
✅
Client UI (Cloth Config)
✅
Multi-language Support
en_us / zh_cn / zh_tw
Minecraft Version
1.21.4+
Credits
This mod is inspired by early economy-style teleport plugins. The request logic references the Teleport Command mod. The waypoint logic references the Beacon Waypoint mod.
Developed using Fabric API and fully compatible with vanilla saves.
Feel free to submit issues or pull requests on GitHub to improve configuration and calculation algorithms.
About
This is a minecraft fabric mod that allows you to teleport with configurable item costs.