AMPTemplates/valheimconfig.json
IceOfWraith a03d6393f7
Update Valheim and ValheimPlus (#201)
* Update Valheim and ValheimPlus

This adds the release stream option to allow for "default_old" that was recently added. This also enable crossplay functionality.

* Update valheimconfig.json
2022-09-28 20:16:10 -05:00

98 lines
3.5 KiB
JSON

[
{
"DisplayName": "Server Name",
"Description": "Server name as it appears in the server list",
"FieldName": "ServerName",
"InputType": "text",
"Category": "Server",
"ParamFieldName": "name",
"IncludeInCommandLine": true,
"DefaultValue": "My Valheim Server - Powered by AMP"
},
{
"DisplayName": "World Name",
"Description": "Name of the world .db file to load. Also used as the random seed used for terrain random generation",
"FieldName": "WorldName",
"Keywords": "world,seed,db",
"InputType": "text",
"Category": "Server",
"ParamFieldName": "world",
"IncludeInCommandLine": true,
"DefaultValue": "PoweredByAMP"
},
{
"DisplayName": "Server Password",
"Description": "Password that clients must supply in order to connect",
"FieldName": "ServerPassword",
"InputType": "password",
"Category": "Server",
"ParamFieldName": "password",
"IncludeInCommandLine": true,
"DefaultValue": "12345"
},
{
"DisplayName": "Server is Public",
"Description": "Whether or not the server appears on the server list. Disable for a LAN-only server.",
"FieldName": "ServerPublic",
"Category": "Server",
"ParamFieldName": "public",
"IncludeInCommandLine": true,
"InputType": "checkbox",
"EnumValues": {
"True": "1",
"False": "0"
},
"DefaultValue": "1"
},
{
"DisplayName": "Enable Crossplay",
"Description": "When enabled, the backend will be running Playfab instead of Steamworks. A \"Join code\" will appear when you join a Dedicated server supporting crossplay. Players can use this code to join the server. This Join code is regenerated whenever the server is restarted.",
"FieldName": "crossplay",
"Category": "Server",
"ParamFieldName": "crossplay",
"IncludeInCommandLine": false,
"InputType": "checkbox",
"EnumValues": {
"True": "-crossplay",
"False": ""
},
"DefaultValue": ""
},
{
"DisplayName": "Admin Players",
"Description": "A list of Steam64 IDs for players that are in-game admins. [Find your Steam64 ID](https://steamidfinder.com/)",
"FieldName": "AdminPlayers",
"Category": "Server",
"InputType": "list",
"Special": "listfile:./Valheim/896660/Data/adminlist.txt"
},
{
"DisplayName": "Permitted Players",
"Description": "A list of Steam64 IDs for players that are permitted in-game. [Find your Steam64 ID](https://steamidfinder.com/)",
"FieldName": "PermittedPlayers",
"Category": "Server",
"InputType": "list",
"Special": "listfile:./Valheim/896660/Data/permittedlist.txt"
},
{
"DisplayName": "Banned Players",
"Description": "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamidfinder.com/)",
"FieldName": "BannedPlayers",
"Category": "Server",
"InputType": "list",
"Special": "listfile:./Valheim/896660/Data/bannedlist.txt"
},{
"DisplayName":"Release Stream",
"Category":"SteamCMD and Updates",
"Description":"\"public\" is default. Choose a custom release on [SteamDB](https://steamdb.info/app/896660/depots/).",
"Keywords":"use,experimental,release,stream",
"FieldName":"Stream",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"Stream",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"Placeholder":"public",
"EnumValues":{}
}
]