
/path - Show help
/path start - Show help of start a path.
/path stop - Finish the creation of a path.
/path undo - Undo the created path.
/path redo - Undo the "/path undo" command.
Only 1 permission!
- pathmake.admin
Correct Use: /path start <Args>
Valid Args:
-r <id> - Replace a specific block
-b <id>,<id>... - Blocks to place
-i <number> - Intensity of blocks
-a <number> - Radius of blocks
Path with 5 blocks of radius, with blocks Stone and CobbleStone.
/path start -a 5 -b 1,4
Path with 10 blocks of radius, with blocks Stone and Grass, with replace on block of Lava and Intensity
/path start -a 5 -i 10 -r 10 -b 1,4
