Solved How to set "default/lobby/hub" server.

Tenir

New member
Jul 29, 2023
1
0
1
Hello! I set my 3 servers in velocity.toml, but I want players to connect only to the hub and others using the SlashServer plugin. I am Currently players are connecting to server1. How to set players to connect only to the hub server, and when hub is unavailable, they cannot join?

Code:
[servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
hub = "localhost:26667"
server1 = "localhost:26668"
server2 = "localhost:26669"

Edit: I did it!
 
Last edited: