Update v-risingconfig.json
Added controls for adding admin users to v-rising server, by entering their SteamID64. The same change adds people you want to ban from the server.
This commit is contained in:
parent
739c2814cc
commit
6df739379f
@ -89,6 +89,22 @@
|
||||
"DefaultValue":"4",
|
||||
"IncludeInCommandLine":false
|
||||
},
|
||||
{
|
||||
"DisplayName": "Admin List",
|
||||
"Description": "A list of Steam64 IDs for players that are in-game admins. [Find your Steam64 ID](https://steamid.io/lookup/)",
|
||||
"FieldName": "AdminList",
|
||||
"Category": "Game Settings",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/adminlist.txt"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Banned List",
|
||||
"Description": "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamid.io/lookup/)",
|
||||
"FieldName": "BanList",
|
||||
"Category": "Game Settings",
|
||||
"InputType": "list",
|
||||
"Special": "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/bannedlist.txt"
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server FPS",
|
||||
"Category":"Host Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user