-
- [x] I have carefully read the [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) and it does not contain an answer to my question.
- [x] I have carefully read the [API docume…
-
[ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
## Versions
- mineflayer: 2.22.0
- server: spigot (i think)
- node:…
ghost updated
3 years ago
-
My bot sometimes throws the error
```
[11:30:54] [AUTORECONNECT] Moving to area
D:\prg\FlayBot_v0.8.9\node_modules\mineflayer-pathfinder\lib\movements.js:81
height: pos.y + dy
…
-
Hey, so i was wondering if there's any way to make the console client alts print sand for example cannons?
-
With the most recent version of Mineflayer, after Promisifying the code caused a breaking change with breaking blocks.
[New implementation](https://github.com/PrismarineJS/mineflayer/blob/4afb69d83fc…
-
i tried the same test not on the void and there was no difference
video:
https://streamable.com/qli06k
### code:
```js
const mineflayer = require('mineflayer');
const {pathfinder, Movements}…
-
**Occurs when death:**
C:\Workspace\bodyguard\node_modules\mineflayer-pathfinder\lib\movements.js:79
height: pos.y + dy
^
TypeError: Cannot read property 'y' of und…
-
Hi, when I spam the bot with a goalfollow goal, it will stand still, jump a bit but not move.
-
After `npm up` from mineflayer 2.36.0 with 1.16.3 to 2.37.1 ono 1.16.4 I get the following error on any server:
```
> x@1.0.0 start /Users/x/Projects/x
> tsc --build && node src/main.js
[Debu…
flowl updated
3 years ago
-
I'm using Electron for my minecraft bot as the interface, hud, controls, etc. and I wanted to add the prismarine viewer in a frame inside the html. Whenever I import prismarine-viewer in plain nodejs …