A server-side teleport command mod for Fabric, focused on daily server operations. It also provides a client-side integration path for Xaero map mods to improve in-game usability.
- Chinese README: README.zh-CN.md
- Wiki: Wiki
TeleportCommandsFabric provides a complete teleport toolkit for Fabric servers. Core modules and admin controls follow one command path, which keeps setup and maintenance straightforward as the server grows. It supports integration with Xaero map mod series for a smoother user experience.
- Complete command family:
back,home,tpa,warp,worldspawn,rtp/wild, andxaerosync. - Unified admin entry:
/tpcfor module switch, reload, and runtime config updates./teleportcommandsremains available as a compatibility alias. - Runtime-first operations: common settings can be adjusted without manual JSON editing.
- Consistent behavior: shared delay/cooldown flow across teleport commands.
- Xaero integration: syncs homes and warps to waypoints for direct map viewing and teleport access.
Server-side teleport commands remain available regardless of whether clients install this mod. Players can still use back, home, warp, tpa, worldspawn, and rtp with no client installation. Installing the client mod improves teleport-related interaction, and pairing it with Xaero map mods adds waypoint sync for home and warp.
For a more detailed comparison between client installation options, see Features Overview and Xaero Integration Module.
- Put the mod into server
mods/. - Start once to generate
config/teleport_commands.json. - Check command registration:
/tpc help. - Use
/tpc configcommands for runtime updates, or run/tpc reloadafter manual file edits./teleportcommandsalso works.
Detailed docs are maintained in the wiki. This README focuses on project overview and quick entry points.
- Config file:
config/teleport_commands.json - Runtime config command:
/tpc config ... - Reload command:
/tpc reload
For field-level details and examples, see Configuration.