Cuberite Forum
Bungeecord (or something similar) - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html)
+--- Thread: Bungeecord (or something similar) (/thread-1574.html)

Pages: 1 2


Bungeecord (or something similar) - bentheman96 - 09-09-2014

Source: http://www.spigotmc.org/threads/1-7-2-1-8-bungeecord.392/

This one, will be a huge task obviously, and there isn't a rush, but it would be a great achievement to make something similar to Bungeecord to allow server hopping.

"For a long time, Minecraft server owners have had a dream; a dream of a free, easy and reliable way to connect multiple servers together. "


RE: Bungeecord (or something similar) - Seadragon91 - 09-09-2014

(09-09-2014, 12:52 AM)bentheman96 Wrote: Source: http://www.spigotmc.org/threads/1-7-2-1-8-bungeecord.392/

This one, will be a huge task obviously, and there isn't a rush, but it would be a great achievement to make something similar to Bungeecord to allow server hopping.

"For a long time, Minecraft server owners have had a dream; a dream of a free, easy and reliable way to connect multiple servers together. "

There is already an issue open on github
https://github.com/mc-server/MCServer/issues/1392

regards,
Seadragon91


RE: Bungeecord (or something similar) - LO1ZB - 09-09-2014

@daniel0916 made one with the help of the networking code of MCServer, but idk if he is working on it.
https://github.com/daniel0916/MCProxy

EDIT: @Seadragon91
"made something similar" not "add compatibility".


RE: Bungeecord (or something similar) - xoft - 09-09-2014

Actually it should be much easier to just fix the issue we have with BungeeCord to make MCS compatible with it; it shouldn't be too difficult and it will allow server admins to build a "heterogenous cloud" of MCS and other servers, all connected to a single BungeeCord concentrator.


RE: Bungeecord (or something similar) - tonibm19 - 09-09-2014

Bungeecord is Java! D:


RE: Bungeecord (or something similar) - xoft - 09-09-2014

We can't rewrite Everything at once. We started with the server, then maybe one day we'll rewrite BungeeCord, too. But for now it'll have to stay as is. After all, it mostly runs on different machines.


RE: Bungeecord (or something similar) - daniel0916 - 09-09-2014

(09-09-2014, 01:14 AM)LO1ZB Wrote: @daniel0916 made one with the help of the networking code of MCServer, but idk if he is working on it.
https://github.com/daniel0916/MCProxy

Yeah, i will update many things in the next time Smile.


RE: Bungeecord (or something similar) - NiLSPACE - 10-19-2014

Hmm. Maybe we should also add different storage types for the ranks. For example mysql. That way servers that run on Bungeecord can have the same permissions/ranks .


RE: Bungeecord (or something similar) - sphinxc0re - 10-20-2014

(10-19-2014, 09:10 PM)STR_Warrior Wrote: Hmm. Maybe we should also add different storage types for the ranks. For example mysql. That way servers that run on Bungeecord can have the same permissions/ranks .

In my opinion this is overkill. MySQL is mostly made for managing massive amounts of data. The amounts of data handled by a Minecraft server are not that huge, so SQLite is able to handle them without any loss of performance.


RE: Bungeecord (or something similar) - NiLSPACE - 10-20-2014

That's not the point. SQLite is as far as I know a file on your server/computer. This means that if you have multiple servers with Bungeecord the ranks will not be synchronized (I make you admin on one server, but the other servers still have you on default).