Merge pull request #5 from bjorno43/patch-1

Added field for modifying permitted list
This commit is contained in:
PhonicUK 2021-09-07 11:13:04 +01:00 committed by GitHub
commit 54fe598098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,5 +42,13 @@
"Category": "Server",
"InputType": "list",
"Special": "listfile:./Valheim/896660/Data/bannedlist.txt"
},
{
"DisplayName": "Permitted Players",
"Description": "A list of Steam64 IDs for players that are permitted [Find a Steam64 ID](https://steamidfinder.com/)",
"FieldName": "PermittedPlayers",
"Category": "Server",
"InputType": "list",
"Special": "listfile:./Valheim/896660/Data/permittedlist.txt"
}
]