/
English | 简体中文
CrossAnywhere is a Paper/Spigot teleport plugin for Minecraft 1.20+ (Java 21). It provides personal/global waypoints, TPA requests, back, safety checks, cooldowns, and configurable costs. All messages use Adventure/MiniMessage and support i18n.
/ca <name> (personal > global > player)/tp)./gradlew buildplugins/.config.yml and messages_*.yml as needed.Main command: /ca (alias /stp)
Waypoints (personal):
/ca setp|setpersonal [-f] <name> [desc...] - Create or update a personal waypoint at your current location; use -f
to overwrite./ca tpp|tpersonal <name> - Teleport to one of your personal waypoints./ca delp|delpersonal <name> - Delete one of your personal waypoints./ca listp|listpersonal - List your personal waypoints./ca descp <name> <desc...> - Set or update the description of a personal waypoint.Waypoints (global):
/ca setg|setglobal [-f] <name> [desc...] - Create or update a global waypoint at your current location; use -f to
overwrite./ca tpg|tglobal <name> - Teleport to a global waypoint./ca delg|delglobal <name> - Delete a global waypoint./ca listg|listglobal - List global waypoints./ca descg <name> <desc...> - Set or update the description of a global waypoint.Other:
/ca list - List both personal and global waypoints./ca tp <player> - Teleport yourself to the target player (admin permission)./ca tphere <player> - Teleport the target player to you (admin permission)./ca tpa <player> - Send a teleport request to the target player./ca tpahere <player> - Ask the target player to teleport to you./ca cancel - Cancel all outgoing TPA requests you sent./ca accept|allow [player] - Accept the latest request or a specific player's request./ca deny|reject [player] - Deny the latest request or a specific player's request./ca tpaallow <player> - Allow a player to teleport to you directly without confirmation./ca tpadisallow <player> - Remove a player from your direct-teleport allowlist./ca tpaallowlist - Show your direct-teleport allowlist./ca back - Return to your last recorded location./ca confirm - Confirm a pending unsafe teleport./ca cancelconfirm - Cancel a pending unsafe teleport confirmation./ca importstp [file] [--include-back] [--offline-uuid|--raw-uuid|--auto-uuid] [--clear] - Import MCDR STP data from
a JSON file in the plugin data folder./ca <name> (easy_tp=true) - Easy teleport: personal > global > player.Shortcut commands:
/setp - Shortcut for /ca setp./tpp - Shortcut for /ca tpp./delp - Shortcut for /ca delp./listp - Shortcut for /ca listp./descp - Shortcut for /ca descp./setg - Shortcut for /ca setg./tpg - Shortcut for /ca tpg./delg - Shortcut for /ca delg./listg - Shortcut for /ca listg./descg - Shortcut for /ca descg./tplist - Shortcut for /ca list./back - Shortcut for /ca back./tpa - Shortcut for /ca tpa./tpahere - Shortcut for /ca tpahere./tphere - Shortcut for /ca tphere./tpaccept - Shortcut for /ca accept./tpdeny - Shortcut for /ca deny./tpcancel - Shortcut for /ca cancel./tpconfirm - Shortcut for /ca confirm./tpcancelconfirm - Shortcut for /ca cancelconfirm./tp (only if commands.override_tp=true) - Override vanilla /tp with CrossAnywhere handling.crossanywhere.personalcrossanywhere.personal.tpcrossanywhere.globalcrossanywhere.global.tpcrossanywhere.listcrossanywhere.tpcrossanywhere.tpherecrossanywhere.tpacrossanywhere.tpaherecrossanywhere.tpa.allowlistcrossanywhere.backcrossanywhere.easycrossanywhere.crossworldcrossanywhere.cooldown.bypasscrossanywhere.cost.bypasscrossanywhere.safety.bypasscrossanywhere.adminplugins/CrossAnywhere/personal_waypoints.jsonplugins/CrossAnywhere/global_waypoints.jsonplugins/CrossAnywhere/tpa_allowlist.jsonplugins/CrossAnywhere/stp_uuid_map.json (optional name -> UUID map for import)plugins/CrossAnywhere/stp_world_map.json (optional dimension -> world map for import)See config.yml for full options.
Key sections:
worlds: whitelisteasy_tp: enable /ca <name>waypoint_name_max_length, allow_unicode_namespersonal_max_waypoints, global_max_waypointscooldown: per-feature cooldownscost: exp and item costs (with crossworld handling)safety_check: confirm or nearby-safe searchcommands.override_tp: whether to register /tpmessages_en_US.ymlmessages_zh_CN.yml
rossAnywhere is a Paper/Spigot teleport plugin for Minecraft 1.21+ (Java 21). It provides personal/global waypoints, TPA requests, back, safety checks, cooldowns, and configurable costs. All messages use Adventure/MiniMessage and support i18n.