Skip to content

Instantly share code, notes, and snippets.

@myiume
Created December 24, 2015 10:11
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 myiume/c6a4cb63ec90f6643b5b to your computer and use it in GitHub Desktop.
Save myiume/c6a4cb63ec90f6643b5b to your computer and use it in GitHub Desktop.
{
"name": UUID-here",
"user": "pp-whate_d2321",
"build": {
"mapping": {
"replace-by-external-ip": {
"8192": "8192"
}
},
"disk": {
"hard": 10240,
"soft": 9216
},
"cpu": 200,
"memory": 8192,
"io": 500
},
"startup": {
"command": "-Xms${memory}M -server -jar ${jar}",
"variables": {
"jar": "server.jar"
}
},
"keys": {
"the-server-key": [
"s:ftp",
"s:get",
"s:power",
"s:files",
"s:files:get",
"s:files:delete",
"s:files:put",
"s:files:zip",
"s:query",
"s:console",
"s:console:send"
]
},
"gameport": 25565,
"gamehost": "external-ip",
"plugin": "minecraft"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment