ProtocolLib

3M Downloads

Modifier for Either and SignatureData in PacketLoginInEncryptionBegin

games647 opened this issue ยท 0 comments

commented

Make sure you're doing the following

  • You're using the latest build for your server version
  • This isn't an issue caused by another plugin
  • You've checked for duplicate issues
  • You didn't use /reload

Describe the question
The encryption response packet (client -> server), represented by PacketLoginInEncryptionBegin, changes the byte[] verifyToken field to an Either<byte[], SignatureData>. As far as I know there is no method for access this field or the existence of any wrapper for it. Could you please add it or is there any other recommended way to modify it?