Getting Started
In order to get started you would need to add the library to your project using maven. You can also upload it to your server as a plugin.
Maven Dependency:
Code (Text):
<dependency>
<groupId>com.github.btror</groupId>
<artifactId>mc-pathfinding</artifactId>
<version>1.3.33</version>
<scope>provided</scope>
</dependency>
Code (Text):
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/btror/mc-pathfinding</url>
</repository>
Documentation and Examples:
Further documentation and examples can be found
here.