Initial commit
This commit is contained in:
164
unturnedconfig.json
Normal file
164
unturnedconfig.json
Normal file
@@ -0,0 +1,164 @@
|
||||
[
|
||||
{
|
||||
"DisplayName": "Server Port (REQUIRED)",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Must match Application Port 1 from ADS Edit Port menu",
|
||||
"Keywords": "server port",
|
||||
"FieldName": "Port",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Port",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server Type",
|
||||
"Category": "Server Settings",
|
||||
"Description": "",
|
||||
"Keywords": "server,type,internet,lan",
|
||||
"FieldName": "ServerType",
|
||||
"InputType": "enum",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "InternetServer",
|
||||
"EnumValues": {
|
||||
"InternetServer": "Internet Server",
|
||||
"LanServer": "LAN Server"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server Password",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Password to connect to the server. Change this after installing the server",
|
||||
"Keywords": "password",
|
||||
"FieldName": "Password",
|
||||
"InputType": "password",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Password",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Password123"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Owner",
|
||||
"Category": "Server Settings",
|
||||
"Description": "[Steam64 ID](https://steamidfinder.com/) of the server's owner, which gives them administrator commands and fully sets up the server",
|
||||
"Keywords": "owner",
|
||||
"FieldName": "Owner",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Owner",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": ""
|
||||
},
|
||||
{
|
||||
"DisplayName": "Welcome Message",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Player welcome message",
|
||||
"Keywords": "welcome,message",
|
||||
"FieldName": "Welcome",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Welcome",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Welcome to Unturned. Hosted using AMP by CubeCoders"
|
||||
},
|
||||
{
|
||||
"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": "Maxplayers",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "10"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Map",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the map",
|
||||
"Keywords": "map",
|
||||
"FieldName": "Map",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Map",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "PEI"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Difficulty Mode",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the difficulty mode",
|
||||
"Keywords": "difficulty,mode",
|
||||
"FieldName": "Mode",
|
||||
"InputType": "enum",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Mode",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Normal",
|
||||
"EnumValues": {
|
||||
"Easy": "Easy",
|
||||
"Normal": "Normal",
|
||||
"Hard": "Hard"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Perspective View",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the perspective view",
|
||||
"Keywords": "perspective,view",
|
||||
"FieldName": "Perspective",
|
||||
"InputType": "enum",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Perspective",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Both",
|
||||
"EnumValues": {
|
||||
"First": "First person only",
|
||||
"Third": "Third person only",
|
||||
"Vehicle": "Third person in vehicle only",
|
||||
"Both": "First and third person allowed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Day/Night Cycle Period",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the day/night cycle period",
|
||||
"Keywords": "day,night,cycle",
|
||||
"FieldName": "Cycle",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Cycle",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "43200",
|
||||
"suffix": "seconds"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Chat Rate",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the minimum time between chat messages in order to prevent spam",
|
||||
"Keywords": "chatrate",
|
||||
"FieldName": "Chatrate",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Chatrate",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "0",
|
||||
"suffix": "seconds"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Timeout",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Sets the maximum ping for players before they time out (400 - 600 ms recommended)",
|
||||
"Keywords": "timeout",
|
||||
"FieldName": "Timeout",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Timeout",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "500",
|
||||
"suffix": "milliseconds"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user