Elytra-Server / Elytra

A Cleanroom minecraft server API in kotlin
MIT License
51 stars 6 forks source link

Login Encryption #3

Closed wiljafor1 closed 4 years ago

wiljafor1 commented 4 years ago

Encryption Request Encryption Response

wiljafor1 commented 4 years ago

Add state on session for login

wiljafor1 commented 4 years ago

Added

wiljafor1 commented 4 years ago

I need to check a form of the player session at login

sessionserver.mojang.com/session/minecraft/hasJoined?username={USERNAME}&serverId={SERVERID}

wiljafor1 commented 4 years ago

46