diff --git a/velocity-image/velocity.toml b/velocity-image/velocity.toml index 0d9c935..806d798 100644 --- a/velocity-image/velocity.toml +++ b/velocity-image/velocity.toml @@ -72,9 +72,9 @@ enable-player-address-logging = true [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. -lobby = "ssh.surf:8001" -factions = "ssh.surf:8002" -minigames = "ssh.surf:8003" +lobby = "127.0.0.1:8001" +factions = "127.0.0.1:8002" +minigames = "127.0.0.1:8003" idk = "ssh.surf:8004" # In what order we should try servers when a player logs in or is kicked from a server.