{"id":137515,"date":"2026-06-08T06:06:33","date_gmt":"2026-06-08T03:06:33","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/"},"modified":"2026-06-08T06:06:33","modified_gmt":"2026-06-08T03:06:33","slug":"server_waypoint","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/","title":{"rendered":"Server Waypoint"},"content":{"rendered":"<p># Server Waypoint<\/p>\n<p>![License: MIT](https:\/\/opensource.org\/licenses\/MIT)<br \/>\n![Modrinth Version](https:\/\/img.shields.io\/modrinth\/v\/server_waypoint?style=flat-square&#038;label=Version)<br \/>\n![both](https:\/\/img.shields.io\/badge\/Environment-Server%26Client-4caf50?style=flat-square)<br \/>\n![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/server_waypoint)<br \/>\n![CurseForge Downloads](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/server-waypoint)<br \/>\n![GitHub Downloads (all assets, all releases)](https:\/\/img.shields.io\/github\/downloads\/2676959\/server_waypoint\/total?style=flat-square&#038;logo=github&#038;logoColor=%23181717&#038;label=GitHub%20Downloads&#038;color=%23181717)<\/p>\n<p>![Static Badge](https:\/\/img.shields.io\/badge\/1.20.x-5395FD?style=flat-square)<br \/>\n![Static Badge](https:\/\/img.shields.io\/badge\/1.21&#8211;1.21.10-5395FD?style=flat-square)<\/p>\n<p>![fabric](https:\/\/modrinth.com\/plugin\/server_waypoint\/versions?l=fabric)<br \/>\n![paper](https:\/\/modrinth.com\/plugin\/server_waypoint\/versions?l=paper)<\/p>\n<p>Manage waypoints and sync them to other player&#8217;s client automatically. Compatible with Xaero&#8217;s minimap.<\/p>\n<p>## Features<br \/>\n&#8211; Syncing waypoints from server automatically.<br \/>\n&#8211; Interactive waypoint list TUI allowing player click to teleport to a waypoint or edit it.<br \/>\n&#8211; Commands auto-completion.<br \/>\n&#8211; Custom permission for `\/wp<options>` commands. Compatible with LuckPerms.<br \/>\n&#8211; Support adding waypoint conveniently from Xaero&#8217;s minimap waypoint chat sharing message without requiring client side installation.<\/p>\n<p>## Dependencies<br \/>\nRequired:<br \/>\n  &#8211; Fabric API<\/p>\n<p>Optional:<br \/>\n  &#8211; LuckPerms<br \/>\n  &#8211; Xaero&#8217;s Minimap Not required for serverside installation.<\/p>\n<p>## Commands<br \/>\n&#8211; `\/wp add` add a new waypoint. Cannot add waypoint with duplicate name. Prompts user to use `\/wp edit` to replace the existing one.<br \/>\n  &#8211; `\/wp add <dimension> <list>` add a waypoint list.<br \/>\n&#8211; `\/wp download` download waypoints and add to Xaero&#8217;s Minimap (will not work without client installation).<br \/>\n&#8211; `\/wp edit` edit a waypoint.<br \/>\n&#8211; `\/wp list` list all waypoints. Shows all waypoints in a tree hierarchy. Allowing user to click to teleport, edit and remove the waypoint.<br \/>\n&#8211; `\/wp reload` reload `config.json` and translation files in `configserver_waypointlang`, feature `sendXaerosWorldId` requires restarting to take effect.<br \/>\n&#8211; `\/wp remove` remove a waypoint by name. Shows the removed waypoint and click it to restore that waypoint.<br \/>\n  &#8211; `\/wp remove <dimension> <list>` remove an empty waypoint list.<br \/>\n&#8211; `\/wp tp` teleport the executor player to a waypoint<\/p>\n<p>## Translation<br \/>\nThis mod currently has built-in translations for English and Simplified Chinese. Command feedbacks will be automatically translated based on the language setting on the sender&#8217;s client if the corresponding lang file is loaded.<\/p>\n<p>&#8211; ### Add translations<br \/>\n  Place the lang files under the directory: `<minecraft_root>configserver_waypointlang`. This mod will load them on server starting, use `\/wp reload` if the server is already running. <\/p>\n<p>&#8211; ### Create a lang file<br \/>\n  Follow the format used in [`en_us.json`](.\/common\/src\/main\/resources\/lang\/en_us.json), [`zh_cn.json`](.\/common\/src\/main\/resources\/lang\/zh_cn.json).<\/p>\n<p>  Name the lang file with a valid language code.<\/p>\n<p>## Waypoints<br \/>\n&#8211; #### Save Path<br \/>\n  For a dedicated server:<\/p>\n<p>  `<minecraft_root>configserver_waypointwaypoints`<\/p>\n<p>  For a single player world:<\/p>\n<p>  `<minecraft_root>saves<world_name>server_waypointwaypoints`<br \/>\n&#8211; #### File Format<br \/>\n  All waypoints are saved in json files. Each json file contains all waypoints in one dimension and the filename is the converted full registry name of that dimension.<br \/>\n  For example, all waypoints in the overworld is stored in `minecraft$overworld.json`.<\/p>\n<p>## Configurations<br \/>\nThe configuration file is stored at `<minecraft_root>configserver_waypointconfig.json`.<\/p>\n<p>Changes made in `config.json` will take effects after server restarts.<\/p>\n<p>&#8211; ### Command Permission<br \/>\n  Changes the vanilla permission level required to execute the command.<\/p>\n<p>  This will be overridden by the permission set by LuckPerms.<\/p>\n<p>  Default value:<br \/>\n  &#8220;`json5<br \/>\n  {<br \/>\n    &#8220;CommandPermission&#8221;: {<br \/>\n      \/\/ \/wp add<br \/>\n      &#8220;add&#8221;: 0,<br \/>\n      \/\/ \/wp edit<br \/>\n      &#8220;edit&#8221;: 0,<br \/>\n      \/\/ \/wp remove<br \/>\n      &#8220;remove&#8221;: 0,<br \/>\n      \/\/ \/wp tp<br \/>\n      &#8220;tp&#8221;: 2,<br \/>\n      \/\/ \/wp reload<br \/>\n      &#8220;reload&#8221;: 2<br \/>\n    }<br \/>\n  }<br \/>\n  &#8220;`<br \/>\n&#8211; ### Features<br \/>\n  &#8211; #### addWaypointFromChatSharing<br \/>\n    Default value: `true`<\/p>\n<p>    Prompts the user to add the waypoint they shared in chat. Requires `\/wp add` permission.<\/p>\n<p>    Example:<br \/>\n    &#8220;`json5<br \/>\n     {<br \/>\n       &#8220;Features&#8221;: {<br \/>\n         &#8220;addWaypointFromChatSharing&#8221;: true<br \/>\n       }<br \/>\n     }<br \/>\n     &#8220;`<br \/>\n  &#8211; #### sendXaerosWorldId<br \/>\n    Default value: `true`<\/p>\n<p>    Send world id to client to help Xaero&#8217;s map mod recognize the server.<\/p>\n<p>    **This should be set to `false` if `xaero-map-protocol` on the Leaves server or some similar features provided by other plugin or mod is enabled.**<\/p>\n<p>    Example:<br \/>\n    &#8220;`json5<br \/>\n     {<br \/>\n       &#8220;Features&#8221;: {<br \/>\n         &#8220;sendXaerosWorldId&#8221;: true<br \/>\n       }<br \/>\n     }<br \/>\n     &#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Manage waypoints and sync them to other player&#8217;s client automatically. Compatible with Xaero&#8217;s minimap.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"server_waypoint","_minecraft_project_id":"UyBaYBa7","_minecraft_author":"2676959","_minecraft_license":"MIT","_minecraft_downloads":14422,"_minecraft_follows":27,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"server_waypoint.zip","_minecraft_size_bytes":33014827,"_minecraft_version_count":73,"_minecraft_updated_at":"2026-05-15T22:28:42.787249Z","_minecraft_date_created":"2025-06-23T08:00:10.143088Z","_minecraft_date_modified":"2026-05-12T00:56:36.056336Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/server_waypoint","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-08T03:06:34+00:00","_minecraft_import_hash":"9d5be0372b217373bb87aff8b0383141","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,158,127,128,98,92],"mod_loader":[99,132,133,100],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-137515","mod","type-mod","status-publish","hentry","mod_category-fabric","mod_category-management","mod_category-neoforge","mod_category-paper","mod_category-purpur","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-paper","mod_loader-purpur","mod_loader-quilt","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Server Waypoint - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Server Waypoint - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Manage waypoints and sync them to other player&#039;s client automatically. Compatible with Xaero&#039;s minimap.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server_waypoint\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server_waypoint\\\/\",\"name\":\"Server Waypoint - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-08T03:06:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server_waypoint\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server_waypoint\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server_waypoint\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Server Waypoint\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Server Waypoint - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/","og_locale":"en_US","og_type":"article","og_title":"Server Waypoint - Minecraft","og_description":"Manage waypoints and sync them to other player's client automatically. Compatible with Xaero's minimap.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/","name":"Server Waypoint - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-08T03:06:33+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server_waypoint\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Server Waypoint"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/137515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137515"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137515"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137515"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}