Results 136 comments of jvyden

Thanks for the response. This is executed when the bot is fully in the game and can receive chat commands, such as this one. I can get the position of...

``` C: !findportal position Vec3 { x: 422.6847707570055, y: 4.0009999999999994, z: 13.468442167245753 } ``` And then the error. Interesting.

https://pastebin.com/ZAdiWaNk Heres my code. @Darthfett: I think i was testing the difference between the two. Here is the error again, just incase the error is different. ``` { AssertionError [ERR_ASSERTION]:...

If im correct, all i had to do was change `blockFinderPlugin(bot);` to `bot.loadPlugin(blockFinderPlugin);`? If so, its still giving the same result.

I got it to work after copying the code, but it freezes the bot when trying to find a portal block. The ID *is* 181, right?

> test the game while offline as a lot of private servers don't implement DEFLATE which causes large responses to corrupt the game's memory as the game expects a hard...

Git Bash probably wont work since I don't believe it has build system stuff (make, etc.) built in, but MSYS2 includes everything you need.

Yeah, I do. We basically want to support image uploads for recent activity (since Discord webhooks build off of the system Recent Activity uses)

How did you envision this being solved..?

Pretty sure this was solved in the recent dive-in refactor.