Files
Gregtech-New-Bastards/.minecraft/config/defaultserverlist.cfg
2025-08-23 05:19:43 +02:00

23 lines
776 B
INI

# Configuration file
general {
# Whether or not the user should be able to delete, modify or change the order of the default servers. [default: true]
B:allowModifications=true
# DO NOT EDIT! [default: ]
S:prevDefaultServers <
>
# The default servers. Format: ip|name [default: ]
S:servers <
>
# The remote location to fetch the default servers from. The returned content must be in JSON format (formatted as a map where the keys are the server names and the values the corresponding ip-adresses). [default: ]
S:url=https://raw.githubusercontent.com/GTNewHorizons/GT-New-Horizons-Modpack/master/servers.json
# Whether or not the default servers should be fetched from a remote location. [default: false]
B:useURL=true
}