mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-23 16:42:52 +08:00
Update egg-mindustry.json
Fixed startup command
This commit is contained in:
parent
5e884de7d2
commit
5228f2adf0
@ -8,7 +8,7 @@
|
|||||||
"author": "unknown@unknown.com",
|
"author": "unknown@unknown.com",
|
||||||
"description": "Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.",
|
"description": "Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.",
|
||||||
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-11",
|
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-11",
|
||||||
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server-release.jar port {{SERVER_PORT}},name {{SERVER_NAME}},host {{MAPNAME}}",
|
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server-release.jar config port {{SERVER_PORT}},config name {{SERVER_NAME}},host {{MAPNAME}}",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{}",
|
"files": "{}",
|
||||||
"startup": "{\r\n \"done\": \"Server loaded. \"\r\n}",
|
"startup": "{\r\n \"done\": \"Server loaded. \"\r\n}",
|
||||||
|
Loading…
Reference in New Issue
Block a user