Merge branch 'starmade'

This commit is contained in:
Michael Parker 2020-02-01 21:50:14 -05:00
commit e748ba362e
2 changed files with 46 additions and 0 deletions

10
starmade/README.md Normal file
View File

@ -0,0 +1,10 @@
# Starmade Server
### From their [Homepage](https://starmadedock.net/) - [Guide](https://www.star-made.org/help/setting_up_a_server)
The ultimate space sandbox. Participate in epic fleet battles, form alliances, strive to dominate entire galaxies and harness the universes resources for your industrious empire or the destruction of others. Customise your experience, the universe is yours!
### Server Ports
Ports required to run the server
| Port | default |
|---------|---------|
| Game | 4242 |

View File

@ -0,0 +1,36 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2019-07-14T13:03:01+02:00",
"name": "starmade",
"author": "contact@hunters-tavern.de",
"description": "starmade",
"image": "quay.io\/pterodactyl\/core:java",
"startup": "java -Xms128m -Xmx{{SERVER_MEMORY}}m -jar {{SERVER_JARFILE}} -server -port:{{SERVER_PORT}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"SenableGameState(1)\"\r\n}",
"logs": "{}",
"stop": "\/shutdown 0"
},
"scripts": {
"installation": {
"script": "#!\/bin\/ash\r\n# starmade Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nwget -O starter.jar http:\/\/files.star-made.org\/StarMade-Starter.jar\r\n\r\njava -jar starter.jar -nogui\r\n\r\nmv .\/StarMade\/* .\/\r\nrm -r .\/StarMade",
"container": "openjdk:13-ea-27-jdk-alpine3.9",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Server Jarfile",
"description": "",
"env_variable": "SERVER_JARFILE",
"default_value": "StarMade.jar",
"user_viewable": 1,
"user_editable": 1,
"rules": "required|string|max:64"
}
]
}