From 0867abcce2d521a7d8a9d83a9882ce997ec95a67 Mon Sep 17 00:00:00 2001 From: Bjorn Date: Sat, 3 Jul 2021 01:16:04 +0200 Subject: [PATCH] Added field for modifying permitted list Allows to edit the permittedlist.txt file for servers that work with these. --- valheimconfig.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/valheimconfig.json b/valheimconfig.json index 210de8e..fb3d88b 100644 --- a/valheimconfig.json +++ b/valheimconfig.json @@ -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" } -] \ No newline at end of file +]