node-minecraft-protocol
node-minecraft-protocol copied to clipboard
Parse and serialize minecraft packets, plus authentication and encryption.
[x] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - minecraft-protocol: 1.25.0 but also a clone from master as a version supporting 1.16.5 has not been released...
[!] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - minecraft-protocol: 6.14.11 - server: minecraft-protcol - node: 10.19.0 ## Detailed description of a problem I'm building proxy...
This file is currently way more complex that it should be. Split in several functions, add comments, try removing side effects
https://github.com/PrismarineJS/node-minecraft-protocol/blob/7492025d65e69e2e4a46191f8be42114c3371f81/src/client.js#L113
So, i was coding a proxy, that allows you to join a server (e.g.: Hypixel) with another account, without having to relaunch the game. But, if i join the proxy,...
- [X] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - minecraft-protocol: 1.23.1 - server: ??? 1.16.5 (not-vanilla, Spigot/Paper maybe) - node: 14.15.1 ## Detailed description of...
node-yggdrasil was updated to include support for async callbacks. While callbacks are still functional, they make some of our files like auth.js too complex. We need to introduce a pr...
[ ] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - minecraft-protocol: 1.22.0 - server: bungeecord 1.8 - 1.16.4 (hypixel.net) - node: 12.18.3 - proxy-agent: 4.0.0 ##...
If socket is closed, try to re-open it (and redo the minecraft connection procedure)