Adding custom server entries - zlepper/itlt GitHub Wiki
Adding custom server entries is super simple.
Create a file called servers.json
in the /config/itlt/
folder. JSON format is as follows
[
{
"name": "Example Server 1",
"address": "example.com"
},
{
"name": "Example Server 2",
"address": "127.0.0.1"
},
{
"name": "Example Server 3",
"address": "::1",
"forceResourcePack": true
}
]