From 677fd80330946e0780370c411961632b7ac056ae Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Tue, 1 Oct 2019 15:04:11 -0400 Subject: [PATCH] Added Mindustry --- README.md | 2 ++ mindustry/README.md | 21 +++++++++++++++++++++ mindustry/egg-mindustry.json | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 mindustry/README.md create mode 100644 mindustry/egg-mindustry.json diff --git a/README.md b/README.md index 94eb3b56..35d12598 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ If you are reading this it looks like you are looking to add an egg to your serv * [Multi Theft Auto](/gta/mtasa/) * [SA-MP](/gta/samp/) +[Mindusrty](/mindustry/) + [Minecraft Bedrock](/minecraft_bedrock/) * [Bedrock](/minecraft_bedrock/bedrock/) * [Nukkit](/minecraft_bedrock/nukkit/) diff --git a/mindustry/README.md b/mindustry/README.md new file mode 100644 index 00000000..678eb233 --- /dev/null +++ b/mindustry/README.md @@ -0,0 +1,21 @@ +# Mindustry + +**PLEASE READ** +Due to Mindustry not accepting command line arguments you MUST set the port once you start the game, buy using the command `port `. + +This only has to be done once. + +#### About the game + +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. Features include a map editor, 24 built-in maps, cross-platform multiplayer and large-scale PvP unit battles. + + +You can get it from [Steam](https://store.steampowered.com/app/1127400) + + +### Server Port +Mindustry requires a single port + +| Port | Default | +|---------|---------| +| Game | 6567 | \ No newline at end of file diff --git a/mindustry/egg-mindustry.json b/mindustry/egg-mindustry.json new file mode 100644 index 00000000..8ef29283 --- /dev/null +++ b/mindustry/egg-mindustry.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2019-09-30T04:56:49-04:00", + "name": "Mindustry", + "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.", + "image": "quay.io\/pterodactyl\/core:java", + "startup": "java -jar server-release.jar", + "config": { + "files": "{}", + "startup": "{}", + "logs": "{}", + "stop": "stop" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/ash\r\n# Mindustry Install Script\r\n\r\napk add --no-cache --update curl\r\n\r\nURL=https:\/\/github.com\/Anuken\/Mindustry\/releases\/download\/${VERSION}\/server-release.jar\r\ncd \/mnt\/server\r\necho -e \"Downloading Version ${VERSION}, From ${URL}\"\r\ncurl -L -o server-release.jar ${URL}", + "container": "alpine:3.9", + "entrypoint": "ash" + } + }, + "variables": [ + { + "name": "Version", + "description": "The version to download, Example \"v96\" NOT \"4.0v96\"\r\n\r\nThis would also be the github tag for the release", + "env_variable": "VERSION", + "default_value": "v96", + "user_viewable": 1, + "user_editable": 1, + "rules": "required" + } + ] +} \ No newline at end of file