mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-27 00:42:59 +08: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",
|
"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.",
|
"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",
|
"image": "quay.io\/parkervcp\/pterodactyl-images:base_ubuntu",
|
||||||
"startup": ".\/bin\/minetestserver --port {{SERVER_PORT}}",
|
"startup": ".\/bin\/minetestserver --port {{SERVER_PORT}} --terminal",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{}",
|
"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}",
|
"logs": "{\r\n \"custom\": false,\r\n \"location\": \"debug.txt\"\r\n}",
|
||||||
"stop": "^C"
|
"stop": "\/shutdown"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"installation": {
|
"installation": {
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"name": "Version",
|
"name": "Version",
|
||||||
"description": "The version of MT to install. Releases only",
|
"description": "The version of MT to install. Releases only",
|
||||||
"env_variable": "MTVERSION",
|
"env_variable": "MTVERSION",
|
||||||
"default_value": "5.3.0",
|
"default_value": "5.4.1",
|
||||||
"user_viewable": false,
|
"user_viewable": false,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|max:10"
|
"rules": "required|string|max:10"
|
||||||
|
Loading…
Reference in New Issue
Block a user