barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

How would I get started with having the server load a map? #128

Closed ArachnidAbby closed 2 years ago

ArachnidAbby commented 2 years ago

I'm really confused on how I would even get started with trying to send level data. I coppied the chat server code and in the f3 screen its waiting of chunk data.

How would I go about sending this?

I've tried for the past few hours to find the information on this but I've come up with nothing.

Can anyone just point me in the right direction?

ArachnidAbby commented 2 years ago

I read the docks some more and I found it.

link for people like me: https://quarry.readthedocs.io/en/latest/data_types/nbt.html map_data: https://wiki.vg/Protocol#Map_Data