veloren-serverbrowser-api 0.4.0

the format of the veloren serverbrowser, so it can be used by other tools
Documentation
{
    "servers": [
        {
            "name": "Official Server",
            "address": "veloren.net",
            "port": 14004,
            "description": "discord:  https://discord.gg/ecUxc9N",
            "location": "DE",
            "auth_server": "https://auth.veloren.net",
            "channel": "weekly",
            "official": true,
            "extra": {
                "discord": {
                    "name": "Discord",
                    "content": {
                        "url": "https://discord.gg/ecUxc9N"
                    }
                },
                "owners": {
                    "name": "Server Owners",
                    "content": {
                        "text": "The Veloren core development team"
                    }
                }
            }
        }
    ]
}