Skip to content

Adding custom server entries

Paint_Ninja edited this page Sep 3, 2021 · 2 revisions

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
    }
]
Clone this wiki locally