mineflayer-pathfinder icon indicating copy to clipboard operation
mineflayer-pathfinder copied to clipboard

Pathfinding plugin that gives bot the ability to go from A to B

Results 40 mineflayer-pathfinder issues
Sort by recently updated
recently updated
newest added

I think it's just an error that I made, or setGoal really doesn't work on the goal_reached event. Here's my code: ``` const { pathfinder, goals, Movements } = require('mineflayer-pathfinder');...

Hi at first I wanna thank you for sharing this project, it's cool that you recreated baritone features in mineflayer. You save me a lot of time. I have some...

enhancement

This would be a breaking change but while we are at it we could also fix the typo (is currently `scafolding` instead of `scaffolding`)

Cancelling velocity triggers anticheats. Would be good to find a way to do this that won't trigger anticheats and stop moving in a vanilla way. Code shown here: https://github.com/PrismarineJS/mineflayer-pathfinder/blob/master/index.js#L244-L245

I am not quite sure why this happens but it seams like the physics simulations fail to make the jump over the 2 block gap without sprinting even tho the...

**Detailed Description** When attempting to pathfind with `goalGetToBlock`, if the selected path is obstructed by a block that cannot be broken such as Bedrock, the bot approaches the obstruction and...

Every 5 minutes. Sometimes punching, killing, or destroying some blocks can help. I'm sure that this is problem in pathfinder.

Pathfinder currently cheats the physics system in some places. - [ ] Canceling velocity: https://github.com/PrismarineJS/mineflayer-pathfinder/blob/e1e900ae496b2ae470ef274af4758d26c276d317/index.js#L244 - [ ] Teleporting to position: https://github.com/PrismarineJS/mineflayer-pathfinder/blob/e1e900ae496b2ae470ef274af4758d26c276d317/index.js#L252

Behold: ![2021-07-16_08 52 54](https://user-images.githubusercontent.com/87536335/125967140-f6c5856b-f70b-4e08-93c1-89ac3643cc90.png) It seems to happen when the target (in this case the player) is located below the bot and across a gap or hole. It also happens...

Seems to me like the pathfinder gladly walks into lava as if it were ignoring it. To recreate this, grab the basic GPS example from mineflayer, create a small lava...