-
Notifications
You must be signed in to change notification settings - Fork 0
EN_US‐README
WayAlgorithm is a plugin that uses the A* algorithm to find and display the shortest path from a starting point to an endpoint.
Installing the plugin is simple:
- Download the plugin compatible with your Minecraft version from here.
- Place the downloaded plugin into the "plugins" folder in your server directory.
- Start the server and confirm that the plugin has loaded successfully.
WayAlgorithm provides four commands:
/set1 <x> <y> <z>
Defines the starting point for the A* algorithm to calculate the shortest path to the endpoint.
/set2 <x> <y> <z>
Defines the endpoint for the A* algorithm to calculate the shortest path from the starting point.
/calc
Calculates the shortest path from the starting point to the endpoint using the A* algorithm.
This algorithm is optimized for Minecraft and supports interaction with certain blocks.
Ladders: While functionality for ladders was attempted, it is currently not implemented. Future updates will address this issue.
Doors: The door must be an oak door, and it is considered "passable" if it is open.