Update v-risingconfig.json

Add suffixes and placeholders.
This commit is contained in:
PhonicUK 2022-05-23 17:33:04 +01:00 committed by GitHub
parent d8c6b4f8c4
commit d102dc3acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
"ParamFieldName": "Description", "ParamFieldName": "Description",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "AMP V Rising Server", "DefaultValue": "AMP V Rising Server",
"EnumValues":{} "Placeholder": "My V Rising Server"
}, },
{ {
"DisplayName": "Port", "DisplayName": "Port",
@ -63,7 +63,8 @@
"DefaultValue": "40", "DefaultValue": "40",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "MaxConnectedUsers", "ParamFieldName": "MaxConnectedUsers",
"IncludeInCommandLine":false "IncludeInCommandLine": false,
"Suffix": "players"
}, },
{ {
"DisplayName": "Max Connected Admins", "DisplayName": "Max Connected Admins",
@ -75,7 +76,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "MaxConnectedAdmins", "ParamFieldName": "MaxConnectedAdmins",
"DefaultValue": "4", "DefaultValue": "4",
"IncludeInCommandLine":false "IncludeInCommandLine": false,
"Suffix": "players"
}, },
{ {
"DisplayName": "Clan Size", "DisplayName": "Clan Size",
@ -87,7 +89,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "ClanSize", "ParamFieldName": "ClanSize",
"DefaultValue": "4", "DefaultValue": "4",
"IncludeInCommandLine":false "IncludeInCommandLine": false,
"Suffix": "players"
}, },
{ {
"DisplayName": "Server FPS", "DisplayName": "Server FPS",
@ -99,7 +102,8 @@
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "ServerFps", "ParamFieldName": "ServerFps",
"DefaultValue": "30", "DefaultValue": "30",
"IncludeInCommandLine":false "IncludeInCommandLine": false,
"Suffix": "FPS"
}, },
{ {
"DisplayName": "Save Name", "DisplayName": "Save Name",
@ -168,7 +172,8 @@
"ParamFieldName": "AutoSaveCount", "ParamFieldName": "AutoSaveCount",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "25", "DefaultValue": "25",
"EnumValues":{} "EnumValues": {},
"Suffix": "saves"
}, },
{ {
"DisplayName": "Auto Save Interval", "DisplayName": "Auto Save Interval",
@ -181,7 +186,8 @@
"ParamFieldName": "AutoSaveInterval", "ParamFieldName": "AutoSaveInterval",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "120", "DefaultValue": "120",
"EnumValues":{} "EnumValues": {},
"Suffix": "seconds"
}, },
{ {
"DisplayName": "Game Mode Type", "DisplayName": "Game Mode Type",