AutoAntiFlood
Description
Your server is flooded at irregular intervals by guests? Then this plugin is just right for you! The plugin detects attacks on the server and then locks out guests! If a member has the permission to access, he is able to join the server.
Commands
| Command |
Description |
| /antiflood |
Versioninfo |
| /antiflood on |
Enable AutoAntiFlood |
| /antiflood off |
Disable AutoAntiFlood |
| /antiflood status |
Shows the AntiFlood status |
| /onlyop on/off |
(Version 0.9)If enabled only OPs are able to join the server |
| /setflood |
Set the maximum value for join |
| /setfloodrate |
Set the reducerate in ticks |
Permissions
| Permission |
Description |
| aaf.admin |
/antiflood |
| aaf.admin |
/setflood <amount> |
| aaf.admin |
/setfloodrate <ticks> |
| aaf.bypass |
Player is able to join during an attack |
Installation
1. Copy plugin jar into the plugins folder
2. Reload server
3. Edit config.yml in plugins/AutoAntiFlood
4. Add "aaf.bypass"-permission to your membergroup
5. Reload plugin
config.yml
| Entry |
Example Value |
Description |
| Active: |
true |
Enable or disable AutoAntiFlood |
| MaxJoin: |
5 |
If this value is reached it prevent Guests |
| ReduceRateTicks: |
200 |
Score-reduce-Intervall |
| KickMsg: |
Sorry %player%, only members are able to join cause of floods. |
Kickmessage |
| ActMsg: |
Only members are able to join cause of floods! |
Broadcastmessage when Antiflood gets active |
| DeActMsg: |
Server is free for all again! |
Broadcastmessage when Antiflood gets inactive |