Hello! i have more than 3 servers and i want make them still connected like one server with chat system. i got this idea from MC Desktop server's plugin, which has this feature. so what should i use to do this thing? - IRC Based (or others web chat that possible to use) - MySQL - Or anything else? please give me a suggestion or recommendation and i dont have many experience with IRC by the way. maybe it will be an example of the plugin that i will working on: Code: [Hub] Steve: Hello Hub! [Minigames] Alex: Hello steve! its Minigame.
You can use IRC, like just grab one IRC channel from any IRC networks MYSQL would seem inefficient The BEST way IMO is to create WEBSOCKET, so servers can share chat over there you may use a centralized hub or mesh network to connect them all i think that's the best way because there's no 3rd parties involved, just direct 1 to 1 BUT in order to do that you would need to invent your own protocols for server to communicate to
I was actually working on such a feature via Hormones. https://github.com/LegendOfMCPE/Hormones/tree/master/NetChat Then OCD stroke me, and I ended up adding all kinds of features without doing anything practical.