Velocity: making players switch server with command-blocks
I'm new to Velocity and I wanted to make it possible for players to switch servers from the lobby (PaperMC) with the help of command blocks, without having them manually send the
I tried to look up on the net but found very few resources. Putting something like
Is there any way to automate the server switching? Is there some plugin I couldn't find by looking on the net? Do I need to code one to make this?
/server.I tried to look up on the net but found very few resources. Putting something like
execute as @p run server [server name] won't work because /server is parsed by Velocity and not by the sub-servers, I guess, so I'd need some equivalent command to make the lobby server capable of telling Velocity to move players around Is there any way to automate the server switching? Is there some plugin I couldn't find by looking on the net? Do I need to code one to make this?