From 37e44243c3313e40e0e53d8582b82a34ba30bf5f Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 25 Jul 2020 21:06:47 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 1a9f32e..018794c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1 +1,10 @@ -Plugins content \ No newline at end of file +## Action On Report +This JavaScript plugin performs an action when a certain number of reports have been filed against a client. +### Configurable Options +The following options can be configured by modifying `ActionOnReport.js` +| Name | Description | Valid Values | +|------------------------|-----------------------------------------------------|--------------| +| enabled | Indicates if the plugin is enabled | true\|false | +| reportAction | Type of action to perform when threshold is reached | Ban\|TempBan | +| maxReportCount | How many reports can occur before action is taken | >0 | +| tempBanDurationMinutes | How long to temporarily ban the client | >0 |