whimxiqal / journey

A server-side path-finding Minecraft plugin
MIT License
14 stars 3 forks source link

For failed searches, return best guess #44

Open whimxiqal opened 1 year ago

whimxiqal commented 1 year ago

Journey just fails all searches that don't fully get to the destination (if the search is trying to reach a specific destination in a specific world). In cases like this, Journey should be able to send a full itinerary to a destination "near" the requested destination. The result would include also the distance to the destination.

Canceled searches should still not return anything to the player.