Skip to content

servers.json

Kamesuta edited this page Jan 27, 2018 · 3 revisions

For ModPack Creator

By creating config/serverobserver/servers.json you can set up server list and auto login.

The servers field is an array that you can add initially to the server list. Let me fill in your server.

{
	"servers": [
		{
			"serverName": "ExampleServer1",
			"serverIP": "example.com"
		},
		{
			"serverName": "ExampleServer2",
			"serverIP": "localhost"
		}
	]
}

autologin feature is moved to config, let's fill in the server you want to login automatically.

Clone this wiki locally