update start detection

updates "done" to `The server is ready to accept connections`
This commit is contained in:
Michael Parker 2021-04-27 21:46:49 -04:00
parent d195dff65d
commit d4a672e2e0

View File

@ -1,17 +1,22 @@
{ {
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1",
"update_url": null
}, },
"exported_at": "2020-04-22T09:18:34-04:00", "exported_at": "2021-04-28T01:34:21+00:00",
"name": "Rage.MP", "name": "Rage.MP",
"author": "noreply.waypointhosting@gmail.com", "author": "noreply.waypointhosting@gmail.com",
"description": "https:\/\/rage.mp\/\r\n\r\nModified to work with the latest version of RAGE:MP\r\nWill automatically install linux bridge.\r\n**This server requires 2 ports to be added for the server. the main port and the next (port+1) as ports for the server.", "description": "https:\/\/rage.mp\/\r\n\r\nModified to work with the latest version of RAGE:MP\r\nWill automatically install linux bridge.\r\n**This server requires 2 ports to be added for the server. the main port and the next (port+1) as ports for the server.",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet", "features": null,
"images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_dotnet"
],
"file_denylist": [],
"startup": ".\/ragemp-server", "startup": ".\/ragemp-server",
"config": { "config": {
"files": "{\r\n \"conf.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"bind\": \"0.0.0.0\",\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"name\": \"{{server.build.env.SERVER_NAME}}\",\r\n \"maxplayers\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n \"announce\": \"{{server.build.env.ANNOUNCE}}\"\r\n }\r\n }\r\n}", "files": "{\r\n \"conf.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"bind\": \"0.0.0.0\",\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"name\": \"{{server.build.env.SERVER_NAME}}\",\r\n \"maxplayers\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n \"announce\": \"{{server.build.env.ANNOUNCE}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Started! Waiting for connections..\"\r\n}", "startup": "{\r\n \"done\": \"The server is ready to accept connections\"\r\n}",
"logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}",
"stop": "^X" "stop": "^X"
}, },
@ -28,8 +33,8 @@
"description": "Server name that will be displayed to the master server. (64 Char max)", "description": "Server name that will be displayed to the master server. (64 Char max)",
"env_variable": "SERVER_NAME", "env_variable": "SERVER_NAME",
"default_value": "RAGE:MP Unofficial server", "default_value": "RAGE:MP Unofficial server",
"user_viewable": 1, "user_viewable": true,
"user_editable": 1, "user_editable": true,
"rules": "required|string|max:64" "rules": "required|string|max:64"
}, },
{ {
@ -37,8 +42,8 @@
"description": "Maximum number of players your server will hold. (Max 100)", "description": "Maximum number of players your server will hold. (Max 100)",
"env_variable": "MAX_PLAYERS", "env_variable": "MAX_PLAYERS",
"default_value": "50", "default_value": "50",
"user_viewable": 1, "user_viewable": true,
"user_editable": 0, "user_editable": false,
"rules": "required|integer|between:1,10000" "rules": "required|integer|between:1,10000"
}, },
{ {
@ -46,9 +51,9 @@
"description": "Announce to the master server so people can see you in their server browser.\r\n\r\nThis needs to be a 0 (false) or 1 (true) due to weird boolean parsing.", "description": "Announce to the master server so people can see you in their server browser.\r\n\r\nThis needs to be a 0 (false) or 1 (true) due to weird boolean parsing.",
"env_variable": "ANNOUNCE", "env_variable": "ANNOUNCE",
"default_value": "0", "default_value": "0",
"user_viewable": 1, "user_viewable": true,
"user_editable": 1, "user_editable": true,
"rules": "required|boolean" "rules": "required|boolean"
} }
] ]
} }