Update v-risingconfig.json
Add suffixes and placeholders.
This commit is contained in:
parent
d8c6b4f8c4
commit
d102dc3acd
@ -23,7 +23,7 @@
|
||||
"ParamFieldName": "Description",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "AMP V Rising Server",
|
||||
"EnumValues":{}
|
||||
"Placeholder": "My V Rising Server"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Port",
|
||||
@ -63,7 +63,8 @@
|
||||
"DefaultValue": "40",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxConnectedUsers",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine": false,
|
||||
"Suffix": "players"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Max Connected Admins",
|
||||
@ -75,7 +76,8 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxConnectedAdmins",
|
||||
"DefaultValue": "4",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine": false,
|
||||
"Suffix": "players"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Clan Size",
|
||||
@ -87,7 +89,8 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "ClanSize",
|
||||
"DefaultValue": "4",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine": false,
|
||||
"Suffix": "players"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server FPS",
|
||||
@ -99,7 +102,8 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "ServerFps",
|
||||
"DefaultValue": "30",
|
||||
"IncludeInCommandLine":false
|
||||
"IncludeInCommandLine": false,
|
||||
"Suffix": "FPS"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Save Name",
|
||||
@ -168,7 +172,8 @@
|
||||
"ParamFieldName": "AutoSaveCount",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "25",
|
||||
"EnumValues":{}
|
||||
"EnumValues": {},
|
||||
"Suffix": "saves"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Auto Save Interval",
|
||||
@ -181,7 +186,8 @@
|
||||
"ParamFieldName": "AutoSaveInterval",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "120",
|
||||
"EnumValues":{}
|
||||
"EnumValues": {},
|
||||
"Suffix": "seconds"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Game Mode Type",
|
||||
|
Loading…
Reference in New Issue
Block a user