2022-09-14 12:13:54 +02:00
[
{
"DisplayName" : "Port" ,
"Category" : "Server Settings" ,
"Description" : "" ,
"Keywords" : "" ,
"FieldName" : "$ServerPort" ,
"InputType" : "number" ,
"Hidden" : true ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.Port" ,
"IncludeInCommandLine" : false ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Server Version" ,
"Category" : "Server Settings" ,
"Description" : "[Server version](https://account.vintagestory.at/downloads) to install (needs a game account to view versions). NOTE: Delete the \"server\" folder and then update the server after changing this setting!" ,
"Keywords" : "server,version" ,
"FieldName" : "ServerVersion" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ServerVersion" ,
"IncludeInCommandLine" : false ,
2023-07-30 07:47:57 +02:00
"DefaultValue" : "1.18.7" ,
"Placeholder" : "1.18.7" ,
2022-09-14 12:13:54 +02:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Make Server Public" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, the server will be added to the public server listing" ,
"Keywords" : "public" ,
"FieldName" : "AdvertiseServer" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.AdvertiseServer" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "Server Name" ,
"Category" : "Server Settings" ,
"Description" : "Server name visible in the server list" ,
"Keywords" : "server,name" ,
"FieldName" : "ServerName" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.ServerName" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "Vintage Story Server - Powered by AMP" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Welcome Message" ,
"Category" : "Server Settings" ,
"Description" : "Welcome message when players join the server. Placeholder {0} will be replaced with the player's nickname" ,
"Keywords" : "welcome,message,motd" ,
"FieldName" : "WelcomeMessage" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.WelcomeMessage" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "Welcome, {0}, may you survive well and prosper" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Player Limit" ,
"Category" : "Server Settings" ,
"Description" : "Maximum number of players that may connect to the server" ,
"Keywords" : "players,limit" ,
"FieldName" : "$MaxUsers" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.MaxClients" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "16" ,
"Suffix" : "players" ,
2023-01-02 20:49:55 +01:00
"EnumValues" : { } ,
"MinValue" : "1"
2022-09-14 12:13:54 +02:00
} ,
{
"DisplayName" : "Enable Whitelist" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, only whitelisted players can join the server" ,
"Keywords" : "whitelist" ,
"FieldName" : "OnlyWhitelisted" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.OnlyWhitelisted" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "Allow PvP" ,
"Category" : "Gameplay Settings" ,
"Description" : "If enabled, players can hit other players" ,
"Keywords" : "pvp" ,
"FieldName" : "AllowPvP" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.AllowPvP" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "Enable UPnP" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, the server will attempt to configure automatic port forwarding on a compatible router" ,
"Keywords" : "upnp" ,
"FieldName" : "Upnp" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "$.Upnp" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
}
2023-07-30 07:47:57 +02:00
]