thecoder-001 / MineColab

Run Minecraft Server on Google Colab.
GNU General Public License v3.0
263 stars 76 forks source link

for bedrock please #81

Open IzsuPy opened 1 year ago

IzsuPy commented 1 year ago

hey, is there a way to do it for bedrock too?

infibrocco commented 1 year ago

Not really, since google colab doesn't support UDP, which is required for hosting bedrock servers. Isn't that right @thecoder-001 ?

thecoder-001 commented 1 year ago

Yup, we would need a tunnel that supports UDP. playit.gg seems to support UDP, so I think its doable. Cloudflare argo might also support it, though I'm not sure. Would try to add it whenever free. PRs welcome. Cheers