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?
Edit: I did it!
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: