- Fougerite Compatibility
- All Versions
- Plugin's Engine
- Python (IronPython)
This plugin is able to detect people who were VAC banned, or having private or no steam community profiles. Also bypasses sharedrust users.
INI:
APIKey=http://steamcommunity.com/dev/apikey ; Get ur API key
AllowShared=0 ; 0 = Don't allow Shared accounts
AllowedVACBans=2 ; Maximum allowed VAC bans
MinimumDays=300 ; How many days should pass after last VAC ban to allow player to connect (0 = Disable)
CheckForOnlyRust=1 ; See if the user is only having Rust
CheckForPrivate=1 ; Check if the profile is private
CheckForNoProfile=1 ; Check if the user doesn't have a community profile setup
Sys=SteamProfiler ; System name
UsingShared=You are using shared RUST. It's not allowed.
VacBans=You reached the max number of VAC bans.
OnlyRust=People only having Rust are not allowed to join.
NoProfile=Only People who have setup their community profile can join.
Private=Only People who are having public profile can join.