Featured Servers
This mod solves the problem of needing to distribute a servers.dat file that overwrites player-added servers. Instead, use Featured Servers! You can easily add multiple recommended servers using a simple JSON format.
On first launch, the mod automatically creates a featuredservers.json file with the following content if it's missing:
[
{
"serverName": "Featured Server",
"serverIP": "127.0.0.1"
},
{
"serverName": "Another Server!",
"serverIP": "192.168.1.1"
}
]
Adding a new server is done by simply adding another JSON block with the required data.
Servers are automatically added to the list when the game loads. If a server is already present in the list, it will be ignored.

