Source:
http://www.spigotmc.org/threads/1-7-2-1-...ecord.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. "
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.
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.
(09-09-2014, 01:14 AM)LO1ZB Wrote: [ -> ] 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

.
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 .
(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.
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).