IceTank
IceTank
You can make this by using a proxy to connect to a server. Then relay the packets after a certain delay. Or you can overwrite the write function off a...
You can use the proxy example and change this line to use something like setTimeout to delay the write https://github.com/PrismarineJS/node-minecraft-protocol/blob/836675b5b2cec6b137f2ad6bb8e567bc0487e57e/examples/proxy/proxy.js#L108 Or you can do something like this ```javascript const client...
Make sure findBlock actually found a block and that the block is in reach. If you are connection to a server make sure there is not spawn protection. This is...
> but you cant see who opened the chest No the server dose not tell you who opened the chest. You could raycast and look for arm swing animations for...
I looked into the issue with your code snippet. When you use that code the placed block is not where mineflayer expects the block to be placed. It looks like...
Someone could also remake the sign tests. But I don't have a lot of time right now.
todo: Make example simpler
Should I make updateSign and place sign take in an array off strings for the sign text lines? I feel like this would a lot more sense then having to...
This should be done. Waiting for someone to merge or suggest changes.
What about https://github.com/PrismarineJS/mineflayer/blob/master/docs/api.md#botattackentity-swing--true ?