diff --git a/README.md b/README.md index c768cf0e..d5d9d4b7 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,12 @@ 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/) -[Minecraft Bedrock](/minecraft_bedrock/) Servers for Bedrock Minecraft -* [Bedrock](/minecraft_bedrock/bedrock/) -* [Nukkit](/minecraft_bedrock/nukkit/) -* [PocketMine MP](/minecraft_bedrock/pocketmine_mp/) +[Mindusrty](/mindustry/) + +[Minecraft Bedrock](/minecraft_bedrock/) +* [Bedrock](/minecraft_bedrock/bedrock/) +* [Nukkit](/minecraft_bedrock/nukkit/) +* [PocketMine MP](/minecraft_bedrock/pocketmine_mp/) [Minecraft Java](/minecraft_java/) Servers for Java Minecraft * [Cuberite](/minecraft_java/cuberite/) 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