PEWS-API icon indicating copy to clipboard operation
PEWS-API copied to clipboard

A Java Websocket Server API implementation for the Pocket, Windows 10, and Education Editions of Minecraft.

Results 5 PEWS-API issues
Sort by recently updated
recently updated
newest added

Can you please specify some details on how to compile and run you project? Maybe you have some release builds?

The format of CommandRequest packet is too old, and it doesn't work in new MCPE. The newest format of CommandRequest is: { "body": { "origin": { "type": "player" }, "commandLine":...

Awesome project here. I was able to using your discovery of the command and event structures along with the event types. What I am not clear on is what are...