Sander ten Veldhuis

Results 138 comments of Sander ten Veldhuis

Could you give more information on what data you're writing? It sounds like you're (unintentionally) writing a raknet ping packet with an invalid timestamp, which the other end then responds...

RakNet has several built-in packets which are essentially reserved, so generally the data you write to it should be prefixed with a byte that is not used as a RakNet...

Poggit is not PocketMine. For your 'issue', these blocks are simply unimplemented in PocketMine. For questions and discussion, please join the PocketMine discord server instead.

I am not sure if you're able to use the websocket server to connect to external servers. In case you're using a platform that does not have access to the...

It could technically be redone based on this project, but I'm not personally planning on taking on a project like it as I just do not have the time for...

This page may be useful: https://education.minecraft.net/wp-content/uploads/Code_Connection_API.pdf. It has an `agent tptoplayer` command and and an `agent drop` command.

I don't think there is any way to give the agent items without actually dropping it to it, but I'm not entirely sure.

I'm looking into a fix right now.

Seems like this is a Go specific thing... localhost:8000/anything works with `/` as HandlerPattern, but for some reason without that `anything`, it doesn't...

I think that method wasn't included in the last version. Please try updating to 1.2.0 and try again. As for the X-rotation, unfortunately this doesn't seem to be exposed. (Or...