Updated Plugins (markdown)

RaidMax 2020-07-25 21:06:47 -05:00
parent 8febe4b908
commit 37e44243c3

@ -1 +1,10 @@
Plugins content
## 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 |