summaryrefslogtreecommitdiff
path: root/docker/custom-servers/custom_servers.json
blob: 67699e9d16fb7ced3ae57cfdb02d048bbf33f23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
	{
		"name": "My Custom Server 1",
		"iconUrl": "https://i.imgur.com/3BmFZRE.png",
		"address": "mc1.example.com",
		"port": 19132
	},
	{
		"name": "My Custom Server 2",
		"iconUrl": "https://i.imgur.com/3BmFZRE.png",
		"address": "mc2.example.com",
		"port": 19132
	}
]