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 |