Merge pull request #316 from Sir3lit/add/mindustry

Added Mindustry
This commit is contained in:
Michael (Parker) Parker 2020-02-28 11:42:05 -05:00 committed by GitHub
commit 74fe3d15c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 4 deletions

View File

@ -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/)

21
mindustry/README.md Normal file
View File

@ -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 <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 |

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-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"
}
]
}