[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.
Survival = "127.0.0.1:25564"
# In what order we should try servers when a player logs in or is kicked from a server.
try = [
"Survival" # buraya gideceği sunucuyu yazıcak
]
[forced-hosts]
# Configure your forced hosts here.
"Survival.example.com" = [
"Survival"
]