mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
Merge branch 'starmade'
This commit is contained in:
commit
e748ba362e
10
starmade/README.md
Normal file
10
starmade/README.md
Normal 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 universe’s 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 |
|
36
starmade/egg-starmade.json
Normal file
36
starmade/egg-starmade.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user