Added Mindustry

This commit is contained in:
AreYouScared 2019-10-01 15:04:11 -04:00
parent 5fa81b7317
commit 677fd80330
3 changed files with 59 additions and 0 deletions

View File

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

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