Official SteamRep Checker Plugin v1.1.5
Author: Jameless
Description:
This is a plugin that queries the SteamRep database for a player as they are joining.
If the player is a reported scammer in the database, the plugin gives you a few options for what you want to do with them.
You can also use the command !sr or !rep to check the steamrep profile of a player in-game.
Requirements:
Sourcemod
Sockets Extension (http://forums.alliedmods.net/showthread.php?t=67640)
Cvars:
sr_scammer - How to handle the scammer. 0-Rename with [SCAMMER] tag, 1-Kick, 2-Ban for X minutes (configured by sr_bantime), 3-Same as 2 but also ban ip for Y minutes (configured by sr_baniptime)
sr_bantime - If sr_scammer is set to 2 or 3, this is where you set how long to ban the user for, in minutes
sr_baniptime - If sr_scammer is set to 3, this is where you set how long to ban the ip for, in minutes
sr_version - SteamRep Checker Version
sr_kick_renamed_scammers - Kick a scammer when the server is full. Set to 0 to disable.
sr_exclude - Comma separated value for tags you DO NOT trust for reported scammers. Input the tags here for any community whose bans you DO NOT TRUST. Ex: SR,TF2TP means you DO NOT TRUST SR or TF2TP reported scammers.
sr_checkip - Include IP address of connecting players in query. Set to 0 to disable.
Commands:
sm_sr - This will open up your MOTD panel to the SteamRep page of your target (either the player you type or the person you are aiming at).
sm_rep - This will open up your MOTD panel to the SteamRep page of your target (either the player you type or the person you are aiming at).
Install Instructions:
1. Upload steamrep.smx to your /sourcemod/plugins/ folder.
2. Set your cvar settings in steamrep.cfg in your /tf/cfg/sourcemod/ folder. (Plugin will auto-create this cfg file if it doesn't already exist.)
3. Reboot server
