-
Version: Deno 2.0.3
Hello.
I am interested in using Deno to build a Minecraft player bot. I used the minelayer package and the Deno runtime. I wrote simple code that should log in to the player us…
-
Hi,
I'm trying to run a bot on a 1.21.1 server, but I'm getting an error code.
```
PartialReadError: Read error for undefined : undefined
at new ExtendableError (/home/nickkory/mc_bot/nod…
-
Hello, I am trying to run the code from the file "basic.js" which is located at the examples folder, and I run into this error. I also tried taking parts of the basic.js to put into my own code and I …
-
**Context:** The bug occurs when using the Python-JavaScript bridge and the mineflayer module.
**Replay conditions:** The crash occurs when methods are called in a chain, e.g. playerEntity.position.o…
-
## Versions
- mineflayer: 4.23.0
- server: vanilla 1.21.1
- node: 20.0.0
## Detailed description of a problem
When using the `bot.on('chat')` event, the `message` parameter is always empty, …
-
this must be a patch to the underlying mineflayer-pathfinder package, and be applied to all bot.goTo functions. If it works well, it could be pushed into their official repo. I understand its hard to …
-
Hello,
whenever I try to run the main.js command I recieve following error message:
PS C:\Users\Anwender\Desktop\mindcraft> node main.js
[ './andy.json' ]
Using chat settings: { model: 'claude…
-
`GoalLookAtBlock.isEnd` uses `world.raycast` to check if the target is visible from the current node. `world.raycast` only checks for collision boxes, not selection boxes.
These pages explain the…
-
when i do node main.js it outputs:
[ './andy.json' ]
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing…
-
- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
## Versions
- mineflayer: latest
- server: vanilla/spigot/paper 1.1…