node-minecraft-protocol-forge
node-minecraft-protocol-forge copied to clipboard
Add CoFH's SendUUID packet (packet id -26) to nmp-f
need to move this from minecraft-data https://github.com/PrismarineJS/minecraft-data/pull/121
see also https://github.com/PrismarineJS/node-minecraft-protocol-forge/issues/1#issuecomment-186679111
btw I'm thinking maybe we could add registering plugin channels in a similar way I did for custom messages : just adding stuff to the protocol in nmp with an option.
Haven't tried or anything though, not sure how convenient that would be