Transfer servers

Hey, im trying to make a plugin that involves transfering servers. I think it should be possible becuase of rust arcasde etc. How would i do this? When i try to run the command "client.connect" it blocks it.

don't think rust arcade do this, aren't they just networking different parts of the map? anyways its a bit more complicated than you think it might be last time i've checked, so in my opinion you should figure this out yourself to have some understanding.

Games usually blocks this for security reasons, I have no clue at all if Rust allows it or not, but it's likely you have to create your own proxy, which is what the user sees in the server list and connect to, when the user connects to the proxy, then the proxy forwards it to the server you want.

Doing it that way, then you (The proxy) can terminate the connection from one server and connect them to another, the user is always connected to the proxy, but the proxy is handling the forwarding to another (real) server.