Skip to content

Commit

Permalink
fixed ld_lib_path
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Mar 11, 2021
1 parent 1afefa1 commit 3086989
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions steamcmd_servers/rising_world/egg-rising-world.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2020-10-11T07:16:29+02:00",
"exported_at": "2021-03-11T16:01:09+01:00",
"name": "Rising World",
"author": "info@goover.de",
"description": "Rising World is a voxel based open-world sandbox game, featuring a procedurally generated world, playable in single and multi-player.",
"image": "quay.io\/pterodactyl\/core:java",
"features": null,
"images": [
"quay.io\/pterodactyl\/core:java"
],
"file_denylist": [],
"startup": "java -Xmx{{SERVER_MEMORY}}M -jar server.jar +maxplayer={{MAX_PLAYERS}} +serverport={{SERVER_PORT}} +servername=\\\"{{SERVER_NAME}}\\\" +rconport {{RCON_PORT}}",
"config": {
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"rcon_enabled\": \"true\",\r\n \"rcon_password\": \"{{server.build.env.RCON_PASSWORD}}\",\r\n \"server_password\": \"{{server.build.env.SERVER_PASSWORD}}\"\r\n }\r\n }\r\n}",
Expand Down Expand Up @@ -63,7 +68,7 @@
"name": "LD Library Path",
"description": "",
"env_variable": "LD_LIBRARY_PATH",
"default_value": "..\/linux64",
"default_value": ".\/linux64",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:20"
Expand Down

0 comments on commit 3086989

Please sign in to comment.