{"id":118927,"date":"2026-06-07T02:53:29","date_gmt":"2026-06-06T23:53:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/"},"modified":"2026-06-07T02:53:29","modified_gmt":"2026-06-06T23:53:29","slug":"pahfinder-gps","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/","title":{"rendered":"PahFinder GPS"},"content":{"rendered":"<p># \ud83e\udded PathFinder GPS &#8211; Navigation Plugin for Minecraft<\/p>\n<p>**PathFinder GPS** is an intuitive navigation plugin that allows you to create destinations and custom visual routes using particles to guide players through your Minecraft world.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Key Features<\/p>\n<p>&#8211; \ud83d\uddfa\ufe0f **Destination Creation** &#8211; Mark important locations in your world<br \/>\n&#8211; \ud83d\udee4\ufe0f **Custom Routes** &#8211; Create visual paths with waypoints<br \/>\n&#8211; \ud83c\udfa8 **Customizable Particles** &#8211; Configure colors, types, and density<br \/>\n&#8211; \ud83c\udf0d **Multi-World Support** &#8211; Works across multiple worlds simultaneously<br \/>\n&#8211; \ud83c\udf10 **Multi-Language** &#8211; 5 languages included (EN, ES, PT, FR, IT)<br \/>\n&#8211; \ud83d\udd27 **Highly Configurable** &#8211; Customize every aspect of the plugin<br \/>\n&#8211; \ud83c\udfae **Easy to Use** &#8211; Intuitive command system<br \/>\n&#8211; \ud83d\udd17 **Integration** &#8211; Compatible with DeluxeMenus, Citizens, ChestCommands, and more<\/p>\n<p>&#8212;<\/p>\n<p>**Basic Tutorial**<br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/Nc2t7h-MOEg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>&#8212;<br \/>\n## \ud83d\udce6 Installation<\/p>\n<p>1. Download the `PathFinder.jar` file<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. Done! The plugin is active<\/p>\n<p>**Requirements:**<br \/>\n&#8211; Spigot, Paper, or Purpur server (1.21.8+)<br \/>\n&#8211; Java 8 or higher<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Quick Start<\/p>\n<p>### Create a Destination<\/p>\n<p>&#8220;`<br \/>\n\/path set                    # Get the tool (Diamond Shovel)<br \/>\n[Right-click on a block]     # Mark the location<br \/>\n\/path create Spawn           # Create the destination<br \/>\n&#8220;`<\/p>\n<p>### Navigate to a Destination<\/p>\n<p>&#8220;`<br \/>\n\/path go Spawn              # Navigate to the destination<br \/>\n\/path list                  # List all destinations<br \/>\n&#8220;`<\/p>\n<p>### Create a Custom Route<\/p>\n<p>&#8220;`<br \/>\n\/path ways create Spawn              # Start waypoint session<br \/>\n[Right-click to mark points]         # Mark waypoints (from start to finish)<br \/>\n\/path ways Spawn save north_route    # Save the route<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfaf Navigation Modes<\/p>\n<p>### Follow (Follow Route)<br \/>\n&#8220;`<br \/>\n\/path go Spawn follow<br \/>\n&#8220;`<br \/>\nFollows the waypoint route closest to the player.<\/p>\n<p>### NoFollow (Straight Line)<br \/>\n&#8220;`<br \/>\n\/path go Spawn nofollow<br \/>\n&#8220;`<br \/>\nGenerates a direct straight line ignoring routes.<\/p>\n<p>### Mix (Hybrid)<br \/>\n&#8220;`<br \/>\n\/path go Spawn mix<br \/>\n&#8220;`<br \/>\nStraight line to the first waypoint, then follows the route.<\/p>\n<p>### Force Specific Route<br \/>\n&#8220;`<br \/>\n\/path go Spawn follow north_route<br \/>\n\/path go Spawn mix south_route<br \/>\n&#8220;`<\/p>\n<p>### For Other Players<br \/>\n&#8220;`<br \/>\n\/path go Spawn follow Steve<br \/>\n\/path go Spawn mix Alex north_route<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Visual Customization<\/p>\n<p>### Change Particles<br \/>\n&#8220;`yaml<br \/>\nparticles:<br \/>\n  navigation_line_particle: &#8220;FLAME&#8221;  # Fire effect<br \/>\n  # DUST, FLAME, HEART, VILLAGER_HAPPY, PORTAL, END_ROD, etc.<br \/>\n&#8220;`<\/p>\n<p>### Custom Colors (DUST only)<br \/>\n&#8220;`yaml<br \/>\ncolors:<br \/>\n  distance_colors:<br \/>\n    close: [255, 0, 0]        # Bright red<br \/>\n    medium: [255, 165, 0]     # Orange<br \/>\n    far: [0, 255, 0]          # Green<br \/>\n    very_far: [0, 100, 255]   # Blue<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Main Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/path set` | Get the tool to mark destinations |<br \/>\n| `\/path create <name>` | Create a destination at the marked location |<br \/>\n| `\/path go <destination>` | Navigate to a destination |<br \/>\n| `\/path list` | Show all available destinations |<br \/>\n| `\/path delete <destination>` | Delete a destination and its routes |<br \/>\n| `\/path ways create <destination>` | Start route creation with waypoints |<br \/>\n| `\/path ways <destination> save <route>` | Save the created route |<br \/>\n| `\/path ways undo` | Undo the last waypoint |<br \/>\n| `\/path reload` | Reload the configuration |<br \/>\n| `\/path lang <language>` | Change language (en, es, pt, fr, it) |<\/p>\n<p>**Aliases:** `\/path`, `\/pathfinder`, `\/pf`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `pathfinder.*` | Full access | OP |<br \/>\n| `pathfinder.use` | Navigate to destinations | Everyone |<br \/>\n| `pathfinder.list` | View destination list | Everyone |<br \/>\n| `pathfinder.set` | Get GPS tool | OP |<br \/>\n| `pathfinder.create` | Create destinations and routes | OP |<br \/>\n| `pathfinder.delete` | Delete destinations | OP |<br \/>\n| `pathfinder.admin` | Management and control other players | OP |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Integration with Other Plugins<\/p>\n<p>PathFinder supports the `%player%` placeholder for integration:<\/p>\n<p>### DeluxeMenus<br \/>\n&#8220;`yaml<br \/>\nspawn_button:<br \/>\n  left_click_commands:<br \/>\n    &#8211; &#8216;[console] path go Spawn follow %player%&#8217;<br \/>\n&#8220;`<\/p>\n<p>### Citizens (NPCs)<br \/>\n&#8220;`<br \/>\n\/npc command add path go Spawn follow %player%<br \/>\n&#8220;`<\/p>\n<p>### ChestCommands<br \/>\n&#8220;`yaml<br \/>\nspawn-button:<br \/>\n  COMMAND: &#8216;console: path go Spawn follow %player%&#8217;<br \/>\n&#8220;`<\/p>\n<p>**Compatible with:** DeluxeMenus, Citizens, ChestCommands, CommandPanels, MyCommand, BossShopPro, and more.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Available Languages<\/p>\n<p>&#8211; \ud83c\uddfa\ud83c\uddf8 English (`en`)<br \/>\n&#8211; \ud83c\uddea\ud83c\uddf8 Espa\u00f1ol (`es`)<br \/>\n&#8211; \ud83c\udde7\ud83c\uddf7 Portugu\u00eas (`pt`)<br \/>\n&#8211; \ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais (`fr`)<br \/>\n&#8211; \ud83c\uddee\ud83c\uddf9 Italiano (`it`)<\/p>\n<p>Change language with `\/path lang <language>` or edit `config.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udca1 Usage Examples<\/p>\n<p>### Survival Server<br \/>\n&#8220;`<br \/>\n# Create main destinations<br \/>\n\/path set<br \/>\n[Click] \/path create Spawn<br \/>\n[Click] \/path create CommunityShop<br \/>\n[Click] \/path create PublicFarm<\/p>\n<p># Create safe route<br \/>\n\/path ways create Spawn<br \/>\n[Mark waypoints]<br \/>\n\/path ways Spawn save main_route<br \/>\n&#8220;`<\/p>\n<p>### Tutorial System with NPCs<br \/>\n&#8220;`<br \/>\n# Guide NPC<br \/>\n\/npc create Guide<br \/>\n\/npc command add path go Spawn follow %player%<br \/>\n&#8220;`<\/p>\n<p>### Navigation Menu<br \/>\n&#8220;`yaml<br \/>\n# DeluxeMenus<br \/>\nspawn:<br \/>\n  material: COMPASS<br \/>\n  left_click_commands:<br \/>\n    &#8211; &#8216;[console] path go Spawn follow %player%&#8217;<br \/>\n    &#8211; &#8216;[message] &#038;aNavigation activated!&#8217;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 Frequently Asked Questions<\/p>\n<p>**Are routes necessary?**<br \/>\nNo, destinations work without routes. PathFinder will automatically generate a straight line.<\/p>\n<p>**In what direction do I mark waypoints?**<br \/>\nFrom start to finish: From the beginning of the route towards the destination.<\/p>\n<p>**How many waypoints can I use?**<br \/>\n30 by default, configurable in `config.yml` (recommended maximum: 100).<\/p>\n<p>**Does it work across multiple worlds?**<br \/>\nYes, but you can only navigate to destinations in the same world you&#8217;re in.<\/p>\n<p>**How do I stop navigation?**<br \/>\nNavigation stops automatically when reaching the destination, changing worlds, or disconnecting.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>This project is licensed under the MIT License.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>&#8211; **Full Documentation**: GitHub Wiki<br \/>\n&#8211; **Report Issues**: GitHub Issues<\/p>\n<p>&#8212;<\/p>\n<p>**Made with \u2764\ufe0f by GabichiGG**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PathfinderGPS is a professional GPS navigation system for Minecraft Paper 1.21.1+ that creates beautiful particle paths to guide players to their destinations.<\/p>\n","protected":false},"featured_media":118928,"template":"","meta":{"_minecraft_slug":"pahfinder-gps","_minecraft_project_id":"yldrw98N","_minecraft_author":"GabichiGG","_minecraft_license":"MIT","_minecraft_downloads":60,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"pahfinder-gps.zip","_minecraft_size_bytes":75942,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:47:30.260740Z","_minecraft_date_created":"2025-12-21T05:31:05.387352Z","_minecraft_date_modified":"2025-12-21T03:48:00.034032Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/pahfinder-gps","_minecraft_icon_attachment_id":118928,"_minecraft_imported_at":"2026-06-06T23:53:30+00:00","_minecraft_import_hash":"72676df511567e4336bf43418e4999b8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,122,127,128,129,869,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-118927","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-magic","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PahFinder GPS - 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\/pahfinder-gps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PahFinder GPS - Minecraft\" \/>\n<meta property=\"og:description\" content=\"PathfinderGPS is a professional GPS navigation system for Minecraft Paper 1.21.1+ that creates beautiful particle paths to guide players to their destinations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/\",\"name\":\"PahFinder GPS - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp\",\"datePublished\":\"2026-06-06T23:53:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pahfinder-gps\\\/#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\":\"PahFinder GPS\"}]},{\"@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":"PahFinder GPS - 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\/pahfinder-gps\/","og_locale":"en_US","og_type":"article","og_title":"PahFinder GPS - Minecraft","og_description":"PathfinderGPS is a professional GPS navigation system for Minecraft Paper 1.21.1+ that creates beautiful particle paths to guide players to their destinations.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/","name":"PahFinder GPS - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp","datePublished":"2026-06-06T23:53:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pahfinder-gps-icon-0dd5e24323acc32e7b9a1a949b32783719818699_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pahfinder-gps\/#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":"PahFinder GPS"}]},{"@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\/118927","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:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/118928"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=118927"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=118927"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=118927"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=118927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}