starcraft66 / minecraft-discord-bridge

A minecraft <-> discord bridge with no server-side requirements
Apache License 2.0
30 stars 9 forks source link

Realm support #96

Open Metacinnabar opened 3 years ago

Metacinnabar commented 3 years ago

Description

Allow the bot to join Minecraft realms and bridge them to Discord.

starcraft66 commented 3 years ago

Hey, thanks for opening this issue. I don't have much free time to work on this project at the moment but supporting Realms and Minecraft Bedrock in general is part of my long-term plans for this project.

It won't be easy to integrate right now but it should be pretty straight forward to do in the future when I start work on decoupling the bot into microservices. Right now, everything is monolithic but I would like to split the minecraft part from the discord part of the bot. Once that is complete, it will be trivial to add a Bedrock bot to the mix, and have it communicate with the discord part.

I'll post updates here whenever I decide to start working on it.