Merge pull request #1248 from FriendlyGamer/patch-1

Updating Minetest Egg for Pterodactyl's Productivity Improvements and…
This commit is contained in:
Michael (Parker) Parker 2021-07-17 06:29:50 -07:00 committed by GitHub
commit 51815a0f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
"author": "support@pterodactyl.io",
"description": "An open source voxel game engine. Play one of our many games, mod a game to your liking, make your own game, or play on a multiplayer server.",
"image": "quay.io\/parkervcp\/pterodactyl-images:base_ubuntu",
"startup": ".\/bin\/minetestserver --port {{SERVER_PORT}}",
"startup": ".\/bin\/minetestserver --port {{SERVER_PORT}} --terminal",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \" listening on \",\r\n \"userInteraction\": []\r\n}",
"startup": "{\r\n \"done\": \" Server for gameid\",\r\n \"userInteraction\": []\r\n}",
"logs": "{\r\n \"custom\": false,\r\n \"location\": \"debug.txt\"\r\n}",
"stop": "^C"
"stop": "\/shutdown"
},
"scripts": {
"installation": {
@ -27,10 +27,10 @@
"name": "Version",
"description": "The version of MT to install. Releases only",
"env_variable": "MTVERSION",
"default_value": "5.3.0",
"default_value": "5.4.1",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:10"
}
]
}
}