A Team Fortress 2 plugin aimed to be a replacement for the popular [TF2] Ranking and Item Logger. This plugin was made in my own time as a challenge to try something new, especially designing a modern web panel with a nice default look.
CONTEXT LINKS
Plugin
Web Panel
MySQL
The general gameplay logging goes like this:
X player dies to Y - Player Y gains ConVarValue points, Player X loses ConVarValue points.
Currently tracks the following stats:
Points (For leaderboard)
Kills
Deaths (Does not include suicides, unknown entity deaths etc)
Assists
At the current time, the plugin does not track events such as air blasting, destroying buildings, etc.
sm_tf2stats_enable (def: 1) - Enable or disable the plugin?
sm_tf2stats_pointgain (def: 2) - How many points does a player gain for killing another player?
sm_tf2stats_pointloss (def: 2) - How many points does a player lose for dying to another player?
sm_tf2stats_db (def: leaderboard) - Name of database entry in databases.cfg.
sm_tf2stats_table (def: tf2statsplus) - Name of table generated in database by plugin.
sm_rank (!rank) - Display the rank menu which displays the current clients stats.
sm_top (!top) - Display the top 100 leaderboard according to the latest SELECT query on the database.




