VACPlus - GhoulofGSG9/Shine-Epsilon GitHub Wiki

Overview

This plug-in allows you to automatically kick players, who are banned in certain VAC categories,if those bans have been issued less than a certain amount of time ago.

Furthermore you can also automatically block those player for a certain amount of time.

In case you want to exclude a certain user from getting checked by this plugin just grant him access to sh_ignorevacbans

Config

{
    "BanTime":60,
    "MaxDaysSinceLastSteamBan":180,
    "CheckVACBans":true,
    "CheckCommunityBans":true,
    "AutoBan":true,
    "CheckEconomyBans":true
  }
Option name Description
CheckVACBans If set true the plugin will check all players for VAC Bans. Those get issued for cheating in games.
CheckCommunityBans If set true the plugin will check all players for VAC Community Bans. Those get issued for behaving bad in the steam forums.
CheckEconomyBans If set true the plugin will check all players for VAC Economy Bans. Those get issued for e.g scamming other player via the steam economy system.
MaxDaysSinceLastSteamBan [VAC] bans have to be issued less that this amount of days ago to affect the plug-in’s checks. Set this to 0 to take all VAC bans into account.
AutoBan If set true the plugin will ban users who failed the checks automatically for the by BanTime given amount of minutes.

The file should be called “VACPlus.json” and should be placed in the directory defined as your plugin config directory (default is config://shine/plugins).

⚠️ **GitHub.com Fallback** ⚠️