Question When a player logs off, I want them to log back in to the same server

robynetzan

New member
Aug 16, 2022
3
1
3
I have a Velocity proxy pointing to a survival server and a creative server. When a player logs out of the network on the creative server, they log back in and are placed in the survival server. I want players who log out from the creative server to be put back on the creative server once they log back in.

I thought changing the 'try' line in velocity.toml to
Code:
try = []
might work, but it says "there are no servers available to connect you to" when you try to log in.

I attach my current velocity.toml configuration.
 
Version Output
Velocity 3.1.2-SNAPSHOT (git-3293f7a9-b172)

Attachments

  • velocity.toml.txt
    6.2 KB · Views: 0

Tacklezaza

New member
Aug 14, 2022
15
0
1
You have to use plugin, since Velocity proxy didn't save any player data, so it doesn't save what server is player is joined before leave network
Find one or make your own.