Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

keybangz/TFStatsPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF2Stats+

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

Plugin

Features

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.

ConVars

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.

Commands

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.

In-Game leaderboard

image
image

Select other players stats!

image

Web-Panel

Placeholder Leaderboard

image

MySQL

image

About

A Stat plugin mainly used for the dodgeball gamemode of Team Fortress 2. Soon to have a web leaderboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages