TyphoonMC / TyphoonLimbo

Lightweight minecraft limbo server
GNU General Public License v2.0
92 stars 13 forks source link

Show world to player #22

Closed Duartteno closed 4 years ago

Duartteno commented 5 years ago

Hello, Typhoon has great potential. Would be great if you create way to load the world. Are you planning to update typhoon?

skyforce77 commented 5 years ago

It's planned but I'm not currently able to do it. It takes so much time to study each protocol version to handle maps

mrbesen commented 4 years ago

maybe if you create a tool or script to generate a set of packets for each version and store them to json or something. So when a new player connects the player just gets these packets send and done. The Problem: ThyphoonLimbo does not support movement at all! So to do it properly you not only need to implement movement and a world but collision and interaction. That would be quite a challenge and would make the Server less lightweight. I think there is a Java-Limbo server somewhere on github, that supports world. check that out.

skyforce77 commented 4 years ago

Will probably be available at the same time as Minecraft 1.16 Map implementation