diff --git a/README.md b/README.md index 69c4566..ac14a41 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,16 @@ The following is a list of plugins built into SquadJS, you can click their title

The number of players in the queue before Auto Kick starts kicking players set to -1 to disable

Default
-1
+

roundStartDelay

+
Description
+

Time delay in minutes from start of the round before auto AFK starts kicking again

+
Default
+
15
+

ignoreAdmins

+
Description
+

Whether or not admins will be auto kicked for being unassigned

+
Default
+
false
diff --git a/config.json b/config.json index f6dad46..f88d894 100644 --- a/config.json +++ b/config.json @@ -11,7 +11,8 @@ "ftpPort": 21, "ftpUser": "FTP Username", "ftpPassword": "FTP Password", - "ftpUseListForSize": false + "ftpUseListForSize": false, + "reomteAdminLists": [] }, "connectors": { "discord": "Discord Login Token", @@ -76,7 +77,8 @@ "afkTimer": 6, "playerThreshold": 93, "queueThreshold": -1, - "roundStartDelay": 15 + "roundStartDelay": 15, + "ignoreAdmins": false }, { "plugin": "ChatCommands",