Back to Plugins
Pathinator icon

Pathinator

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for Pathinator Spigot Downloads badge for Pathinator GitHub Stars badge for Pathinator License badge for Pathinator How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Created by: Spiget Importer

Description

Pathinator Pathinator allows you to easily create custom paths using the block you're standing on. 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 requested with lights Pathinator will add a light ( configurable, defaults to TORCH) every N* blocks to the side of the path. 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. Usage Basic <span style="color: #0000b3">path:basic <distance> [with lights]</span> ( aliased as <span style="color: #0000b3">pb</span>) where is the number of blocks to place, and [with lights] is an optional boolean <span style="font-family: 'Courier New'">true|false</span> whether to place a light every N number of blocks. For example: <span style="font-family: 'Courier New'"><span style="color: #0000b3">path:basic 25 true</span></span> to create a path 25 blocks long with lights, or <span style="font-family: 'Courier New'"><span style="color: #0000b3">path:basic 25</span></span> where [with lights] defaults to false for no lights. Tracks <span style="font-family: 'Courier New'"><span style="color: #0000b3">path:tracks <distance> [with power] [with lights]</span></span> ( aliased as <span style="color: #0000b3">pt</span>) where is the number of blocks to place, and [with power] is an optional boolean <span style="font-family: 'Courier New'">true|false</span> whether to place a powered rail every N number of blocks. [with lights] is another optional boolean whether to place a light every N number of blocks. N is configurable in <span style="font-family: 'Courier New'">/plugins/Pathinator/config.yml</span> Custom <span style="font-family: 'Courier New'"><span style="color: #0000b3">path:custom <distance> <width> <height> [path material] [clearance material]</span></span> ( aliased as <span style="color: #0000b3">pc</span>) where and 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. Additionally, you can specify what material to use to fill the 'air' space above the path (clearance material). This allows you to easily create 3 dimensional structures out of any material! Follow <span style="color: #0000b3">path:follow <start|stop> [radius] [path material]</span> (aliased as <span style="color: #0000b3">pf</span>) 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. For example, <span style="color: #0000b3">path:follow start</span> will start following using the default radius and whatever block you are currently standing on. <span style="color: #0000b3">path:follow start 2 minecraft:ọak_planks</span> will create a wide path with OAK_PLANKS. The follow command only works in Creative mode at this time. Dig <span style="color: #0000ff">path:dig <up|down|ahead|vup|vdown> [distance]</span> ( aliased as <span style="color: #0000ff">pd</span></i>) where 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). <span style="color: #0000ff">up|down</span> will dig a stair step pattern either up or down with the default clearance height (set in config.yml). <span style="color: #0000ff">vup|vdown</span> (vertical up | vertical down) will dig straight up or down starting from one block in front of where the player is standing. For example, <span style="color: #0000ff">path:dig down 20</span> 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) <span style="color: #0000ff">path:dig vup 20</span> will dig straight up for 20 blocks starting from the block in front of the player. Examples

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for Pathinator
![Downloads](https://ezbanners.org/shields/plugins/3c850301-7e81-4b65-9883-fc33480137f0/downloads.png)
Spigot Downloads
Spigot Downloads badge for Pathinator
![Spigot Downloads](https://ezbanners.org/shields/plugins/3c850301-7e81-4b65-9883-fc33480137f0/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for Pathinator
![GitHub Stars](https://ezbanners.org/shields/plugins/3c850301-7e81-4b65-9883-fc33480137f0/github-stars.png)
License
License badge for Pathinator
![License](https://ezbanners.org/shields/plugins/3c850301-7e81-4b65-9883-fc33480137f0/license.png)