{"id":119777,"date":"2026-06-07T04:11:27","date_gmt":"2026-06-07T01:11:27","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/"},"modified":"2026-06-07T04:11:27","modified_gmt":"2026-06-07T01:11:27","slug":"pathinator","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/","title":{"rendered":"Pathinator"},"content":{"rendered":"<p># Pathinator<\/p>\n<p>![logo](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/logo_small.png)<\/p>\n<p>Pathinator allows you to easily create custom paths using the block you&#8217;re standing on.<\/p>\n<p>For example, if you are standing on a block of `OAK_PLANKS` and you issue a command to create a path of 50 blocks, Pathinator will replace all the blocks in the direction you are facing with `OAK_PLANKS` out to a distance of 50 blocks. If you also specified `with lights` Pathinator will add a light (_configurable, defaults to TORCH_) every N<sup>*<\/sup> blocks to the side of the path.<\/p>\n<p>_NOTE: version 1.4.0 adds support for SILK_TOUCH, FORTUNE, and UNBREAKING enchantments on tools. Prior versions added blocks to inventory as if SILK_TOUCH was applied to all tools, and UNBREAKING was always ignored when applying damage._<\/p>\n<p>## Usage<br \/>\n#### Basic<\/p>\n<p>`path:basic <distance> [with lights]` (aliased as `pb`) where **<distance>** is the number of blocks to place, and **[with lights]** is an optional boolean `true|false` whether to place a light every N<sup>*<\/sup> number of blocks.<\/p>\n<p>For example: `path:basic 25 true` to create a path 25 blocks long with lights, or `path:basic 25` where [with lights] defaults to false for no lights.<\/p>\n<p>#### Tracks<\/p>\n<p>`path:tracks <distance> [with power] [with lights]` (aliased as `pt`) where **<distance>** is the number of blocks to place, and **[with power]** is an optional boolean `true|false` whether to place a powered rail every N<sup>*<\/sup> number of blocks. **[with lights]** is another optional boolean whether to place a light every N<sup>*<\/sup> number of blocks.<\/p>\n<p><sup>*<\/sup> _N is configurable in `\/plugins\/Pathinator\/config.yml`_<\/p>\n<p>#### Custom<\/p>\n<p>`path:custom <distance> <width> <height> [path material] [clearance material]` (aliased as `pc`) where **<distance>** **<width>** and **<height>** are required and **[path material]** and **[clearance material]** are optional. If no **[path material]** is specified Pathinator will detect the pattern of blocks the player is currently standing on for the path. For example: if you create a path 3 blocks wide Pathinator will detect the block under the player and one block to the left and right and keep that same pattern for the entire distance requested.<\/p>\n<p>Additionally, you can specify what material to use to fill the &#8216;air&#8217; space above the path (clearance material). This allows you to easily create 3 dimensional structures out of any material!<\/p>\n<p>#### Follow<\/p>\n<p>`path:follow <start|stop> [radius] [path material]` (aliased as `pf`) where `[radius]` is a number between 0 and 5, and `[path material]` is any solid block. NOTE you must run `path:follow stop` to tell Pathinator to stop creating a path wherever you walk.<\/p>\n<p>For example, `path:follow start` will start following using the default radius and whatever block you are currently standing on. `path:follow start 2 minecraft:oak_planks` will create a wide path with OAK_PLANKS.<\/p>\n<p>The follow command only works in Creative mode at this time.<\/p>\n<p>#### Dig<\/p>\n<p>`path:dig <up|down|ahead|vup|vdown> [distance]` (_aliased as `pd`_) where <distance> is the number of blocks away from you to dig. `path:dig` does not place any blocks, it only removes them (_and adds to your inventory when in survival_).<br \/>\n`up|down` will dig a stair step pattern either up or down with the default clearance height (set in config.yml).<br \/>\n`vup|vdown` (vertical up | vertical down) will dig straight up or down starting from one block in front of where the player is standing.<\/p>\n<p>For example, `path:dig down 20` will dig a stair step pattern extending 20 blocks, starting from the block in front of the player. (1 block forward, and 1 block down)<br \/>\n`path:dig vup 20` will dig straight up for 20 blocks starting from the block in front of the player.<\/p>\n<p>## Examples<\/p>\n<details>\n<summary>\/path:basic<\/summary>\n<p>![basic](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/path.basic.gif)<\/p>\n<\/details>\n<details>\n<summary>\/path:tracks<\/summary>\n<p>![tracks](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/path.tracks.gif)<\/p>\n<\/details>\n<details>\n<summary>\/path:custom<\/summary>\n<p>![custom](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/path.custom.gif)<br \/>\n![custom](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/path.custom_bell.gif)<\/p>\n<\/details>\n<details>\n<summary>\/path:follow<\/summary>\n<p>![follow](https:\/\/github.com\/HideTheMonkey\/Pathinator\/raw\/main\/resources\/path.follow.gif)<\/p>\n<\/details>\n<p>## Survival vs Creative<\/p>\n<p>In **Survival** mode, you must have enough material in your inventory to place blocks for the distance requested. Additionally, the following options can be configured:<br \/>\n&#8211; **Tool Damage**: each relevant tool in your inventory will take 1 damage for each block you replace (_including the clearance space above if carving through a mountain_). For example, if you have a shovel and a pickaxe and you create a path 10 blocks long through 6 blocks of dirt and 4 blocks of stone, your shovel will take 6 damage and your pickaxe will take 4 damage. If you have more than one tool of the same type, Pathinator will take the damage from the tool with the least remaining durability.<br \/>\n&#8211; **Require Tool**: in order to clear (*mine*) blocks you must have an appropriate tool in your inventory. (*e.g. a shovel to clear dirt, a pickaxe to clear stone, etc&#8230;*)<br \/>\n&#8211; **Keep Material**: any material cleared (*mined*) will be added to the player&#8217;s inventory.<\/p>\n<p>In **Creative** mode, you can place as many blocks of any type as you want, with no inventory restrictions or damage to tools.<br \/>\n## Configuration<\/p>\n<p>Once loaded on the server, edit `\/plugins\/Pathinator\/config.yml` to adjust the default values.<\/p>\n<p>&#8220;`<br \/>\nclearance:<br \/>\n  height: 3<br \/>\n  material: AIR<\/p>\n<p>lighting:<br \/>\n  interval: 12<br \/>\n  stack: [TORCH]<\/p>\n<p>survival:<br \/>\n  enabled: true|false<br \/>\n  requireTool: true|false<br \/>\n  toolDamage: true|false<br \/>\n  keepMaterial: true|false<\/p>\n<p>tracks:<br \/>\n  powerInterval: 34<br \/>\n&#8220;`<\/p>\n<p>## Future Updates<\/p>\n<p>&#8211; ~~Add option to create a path with rail tracks `path:tracks &#8230;`~~ (v1.1.0)<br \/>\n&#8211; ~~Add option to customize aspects of the path (height, width, material, etc&#8230;) `path:custom &#8230;`~~ (v1.2.0)<br \/>\n&#8211; Add option to follow the natural terrain instead of laying it all on the same Y value.<br \/>\n&#8211; Add permissions management with LuckPerms<\/p>\n<p>## Support<\/p>\n<p>If you encounter any issues or have any questions, please open an issue on GitHub.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easily create custom paths using the block you&#8217;re standing on.<\/p>\n","protected":false},"featured_media":119778,"template":"","meta":{"_minecraft_slug":"pathinator","_minecraft_project_id":"BMHsIuqM","_minecraft_author":"HideTheMonkey","_minecraft_license":"MIT","_minecraft_downloads":163,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"pathinator.zip","_minecraft_size_bytes":3455102,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T13:17:27.012364Z","_minecraft_date_created":"2024-08-10T23:48:41.942896Z","_minecraft_date_modified":"2025-08-03T20:22:04.920682Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/pathinator","_minecraft_icon_attachment_id":119778,"_minecraft_imported_at":"2026-06-07T01:11:27+00:00","_minecraft_import_hash":"16a787e845e5576c6b26206c0e2865fb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,51,54,59,102,62,37],"class_list":["post-119777","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-18","minecraft_version-1-19","minecraft_version-1-20","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pathinator - 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\/pathinator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pathinator - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Easily create custom paths using the block you&#039;re standing on.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/\",\"name\":\"Pathinator - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp\",\"datePublished\":\"2026-06-07T01:11:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pathinator\\\/#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\":\"Pathinator\"}]},{\"@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":"Pathinator - 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\/pathinator\/","og_locale":"en_US","og_type":"article","og_title":"Pathinator - Minecraft","og_description":"Easily create custom paths using the block you're standing on.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/","name":"Pathinator - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp","datePublished":"2026-06-07T01:11:27+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pathinator-icon-0876c29f2c331ea4affcbec589ae1e56f6fcda76_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pathinator\/#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":"Pathinator"}]},{"@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\/119777","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\/119778"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=119777"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=119777"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=119777"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=119777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}