From 5a96cd02fd04592277ecfa55e50d1c57f478f850 Mon Sep 17 00:00:00 2001 From: Magnar Polden <40539743+maggi373@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:47:45 +0100 Subject: [PATCH] add support for the permitted player list --- valheimconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/valheimconfig.json b/valheimconfig.json index 033d7bb..2482207 100644 --- a/valheimconfig.json +++ b/valheimconfig.json @@ -52,6 +52,14 @@ "InputType": "list", "Special": "listfile:./Valheim/896660/Data/adminlist.txt" }, + { + "DisplayName": "Permitted Players", + "Description": "A list of Steam64 IDs for players that are permitted in-game. [Find your Steam64 ID](https://steamidfinder.com/)", + "FieldName": "PermittedPlayers", + "Category": "Server", + "InputType": "list", + "Special": "listfile:./Valheim/896660/Data/permittedlist.txt" + }, { "DisplayName": "Banned Players", "Description": "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamidfinder.com/)",