🌏 Need instructions in other languages? Please visit the GitHub
A teleportation utility mod designed specifically for Geyser-Fabric servers.
GeyserTPC is based on TeleportCommands, a teleportation mod that provides homes, warps, teleport requests, spawn teleportation, and other quality-of-life commands for Minecraft servers.
This fork extends the original experience with Bedrock Edition support, offering Floodgate-powered graphical interfaces and cross-platform usability improvements for players joining through Geyser.
When Floodgate is installed, Bedrock Edition players can access the Bedrock Edition native interface for:
This provides a more user-friendly experience than command-only interaction on mobile and console devices.
*WARNING
Without Floodgate installed on the server, Bedrock Edition players must use the standard inventory-based interface instead.

The "/gtpa" command menu

The gui when you choose tpa player

The "/ghome" command menu The '/gwarp' command is similar as well

When you enter /back or /worldspawn, the target location is not safe
/worldspawn [<skipSafetyCheck>]
Teleports the player to the Overworld spawn point.
If set to true, safety checks will be bypassed.
/back [<skipSafetyCheck>]
Teleports the player to their last death location.
If set to true, safety checks will be bypassed.
Homes are private teleport locations bound to individual players.
/sethome <name>
Creates a new home at the current location.
/home [<name>]
Teleports to the specified home.
If omitted, the default home will be used.
/ghome
Opens the home management GUI for teleportation and deletion.
/delhome <name>
Deletes an existing home.
/renamehome <name> <new_name>
Renames an existing home.
/homes
Lists all saved homes.
/defaulthome <name>
Sets the default home.
Warps are server-wide teleport points managed by administrators.
/warp <name>
Teleports to a specified warp point.
/gwarp
Opens the warp management GUI (admin only).
/warps
Lists all available warps.
/setwarp <name>
Creates a new warp point. Requires permission level 4.
/delwarp <name>
Removes an existing warp point. Requires permission level 4.
/renamewarp <name> <new_name>
Renames a warp point. Requires permission level 4.
/tpa <player>
Sends a teleport request to another player.
/gtpa
Opens the TPA request management GUI, allowing players to accept or deny requests.
/tpahere <player>
Requests a player to teleport to your location.
/tpaaccept <player>
Accepts an incoming teleport request.
/tpadeny <player>
Denies an incoming teleport request.
Special thanks to the original author MrSnowy.
This project is heavily inspired by TeleportCommands, which provided the foundation for this fork.
This project is licensed under the MIT License.
The original Teleport Commands project is also licensed under the MIT License.