Skip to content

Commit

Permalink
add Server Description variable
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Jan 30, 2024
1 parent 30bcc0a commit 4f5e361
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Binary file not shown.
14 changes: 12 additions & 2 deletions game_eggs/steamcmd_servers/palworld/egg-palworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-01-30T16:34:07+01:00",
"exported_at": "2024-01-30T17:49:20+01:00",
"name": "Palworld",
"author": "[email protected]",
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
Expand Down Expand Up @@ -131,6 +131,16 @@
"user_editable": true,
"rules": "required|string|in:True,False",
"field_type": "text"
},
{
"name": "Server Description",
"description": "The description of the server.",
"env_variable": "SERVER_DESCRIPTION",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:128",
"field_type": "text"
}
]
}
}

0 comments on commit 4f5e361

Please sign in to comment.