From 33dcb2ae0185dcc842fb714cfb33bcab8d23ec56 Mon Sep 17 00:00:00 2001 From: LeonLionHeart <40500559+LeonLionHeart@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:03:29 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 69bc0af..7aba6bf 100644 --- a/Plugins.md +++ b/Plugins.md @@ -55,6 +55,7 @@ The following options can be configured by modifying `ActionOnReport.js` - This plugin detects if a client is using a VPN and kicks them if they are - To disable this plugin, delete `Plugins\VPNDetection.js` - Adding **Client IDs** to the `vpnExceptionIds` array will prevent a client from being kicked. + • This can be done by **vpnExceptionIds:** `[123456]` or for multiple user IDs **vpnExceptionIds:** `[1, 2 ,345678]` ## Shared GUID Kicker [Script Plugin]