PyMine-Server icon indicating copy to clipboard operation
PyMine-Server copied to clipboard

Play/Server Logic (Make server joinable)

Open Iapetus-11 opened this issue 3 years ago • 2 comments

What do?

  • Start on packet handlers for play packets, world saving + loading code, etc...
  • For packet handlers, you should go roughly "in order", basically do the ones most integral to being able to play on the server first.

See here for a normal login sequence: https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F

Iapetus-11 avatar Jan 25 '21 20:01 Iapetus-11

  • Currently working on storing chunks in memory in an efficient way which allows them to be put into both a chunk packet and region file efficiently and quickly

Iapetus-11 avatar Feb 23 '21 13:02 Iapetus-11

  • Currently working on sending light update packets properly, once that is done I will close this issue and merge to main!

Iapetus-11 avatar Mar 06 '21 16:03 Iapetus-11