Created
September 15, 2013 15:46
-
-
Save asiekierka/6571908 to your computer and use it in GitHub Desktop.
Example AsieLauncher config.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"serverList": [ | |
{ | |
"ip": "asiekierka.humee.pl", | |
"name": "Asiekierka's Experimental Server", | |
"description": "This one never really works.", | |
"owner": "asiekierka", | |
"website": "http://google.com" | |
} | |
], | |
"webServer": { | |
"port": 8080 | |
}, | |
"modpack": { | |
"lookupDirectories": [ | |
"./", | |
"./AsieLauncher/" | |
], | |
"directories": { | |
"file": [ | |
"mods", | |
"coremods", | |
"texturepacks", | |
"bin", | |
"lib" | |
], | |
"zip": [ | |
"config", | |
"root" | |
] | |
}, | |
"nonOverwrittenFiles": [ | |
"root" | |
], | |
"blacklistedFiles": [ | |
"mods/Dynmap", | |
"mods/ForgeIRC", | |
"lib/jython" | |
], | |
"jarPatchesOrder": [ | |
"forge", | |
"OptiFine" | |
], | |
"optionalComponents": [ | |
{ | |
"id": "example1", | |
"name": "Example1", | |
"description": "Example option", | |
"default": false, | |
"zip": false, | |
"overwrite": true | |
}, | |
{ | |
"id": "example2", | |
"name": "Example2", | |
"description": "Example option", | |
"default": true, | |
"zip": false, | |
"overwrite": true | |
} | |
] | |
}, | |
"launcher": {{ | |
"version": 2, | |
"serverList": [ | |
{ | |
"ip": "asiekierka.humee.pl", | |
"name": "Asiekierka's Experimental Server", | |
"description": "This one never really works.", | |
"owner": "asiekierka", | |
"website": "http://google.com" | |
} | |
], | |
"webServer": { | |
"port": 8080 | |
}, | |
"modpack": { | |
"lookupDirectories": [ | |
"./", | |
"./AsieLauncher/" | |
], | |
"directories": { | |
"file": [ | |
"mods", | |
"coremods", | |
"texturepacks", | |
"bin", | |
"lib" | |
], | |
"zip": [ | |
"config", | |
"root" | |
] | |
}, | |
"nonOverwrittenFiles": [ | |
"root" | |
], | |
"blacklistedFiles": [ | |
"mods/Dynmap", | |
"mods/ForgeIRC", | |
"lib/jython" | |
], | |
"jarPatchesOrder": [ | |
"forge", | |
"OptiFine" | |
], | |
"optionalComponents": [ | |
{ | |
"id": "example1", | |
"name": "Example1", | |
"description": "Example option", | |
"default": false, | |
"zip": false, | |
"overwrite": true | |
}, | |
{ | |
"id": "example2", | |
"name": "Example2", | |
"description": "Example option", | |
"default": true, | |
"zip": false, | |
"overwrite": true | |
} | |
] | |
}, | |
"launcher": { | |
"minecraftVersion": "1.6.2", | |
"onlineMode": true, | |
"javaArguments": "" | |
}, | |
"updatesURL": "http://asie.pl/launcher", | |
"heartbeat": { | |
"url": "http://asie.pl:7253/pfudor", | |
"enabled": true | |
} | |
} | |
"minecraftVersion": "1.6.2", | |
"onlineMode": true, | |
"javaArguments": "" | |
}, | |
"updatesURL": "http://asie.pl/launcher", | |
"heartbeat": { | |
"url": "http://asie.pl:7253/pfudor", | |
"enabled": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment