Skip to content

Instantly share code, notes, and snippets.

@asiekierka
Created September 15, 2013 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asiekierka/6571908 to your computer and use it in GitHub Desktop.
Save asiekierka/6571908 to your computer and use it in GitHub Desktop.
Example AsieLauncher config.
{
"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