Arkan Auto Ban

The Arkan Auto Ban plugin is a plugin that automatically bans for Arkan violations.
In the Config, settings for No Recoil, Aimbot, and In Rock violations can be individually adjusted.
All Bans and Timed Bans are recorded in logs.

Arkan Auto Ban Config

{
    "No Recoil Violation": {
        "AutoBan Enabled": true,
        "Violation Threshold": 5,
        "Ban - True, Timed Ban - False": true,
        "Timed Ban Duration(in seconds) - If TimedBan": 86400
    },
    "Aimbot Violation": {
        "AutoBan Enabled": true,
        "Violation Threshold": 3,
        "Ban - True, Timed Ban - False": true,
        "Timed Ban Duration(in seconds) - If TimedBan": 86400
    },
    "In Rock Violation": {
        "AutoBan Enabled": true,
        "Violation Threshold": 2,
        "Ban - True, Timed Ban - False": true,
        "Timed Ban Duration(in seconds) - If TimedBan": 86400
    },
    "Is logging enabled?": true,
    "Version": "1.0.0"
}

Arkan Auto Ban Localization

{
    "Ban": "{0} has been banned by Arkan AutoBan",
    "TimedBan": "{0} has been timed banned for {1}seconds by Arkan AutoBan",
    "BanReason": "You have been banned by Arkan AutoBan",
    "TimedBanReason": "You have been timed banned for {0}seconds by Arkan AutoBan"
}

Leave a Comment