mirror of
https://github.com/pelican-eggs/games-standalone.git
synced 2024-11-22 18:32:30 +01:00
Merge pull request #1248 from FriendlyGamer/patch-1
Updating Minetest Egg for Pterodactyl's Productivity Improvements and…
This commit is contained in:
commit
51815a0f1a
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user