Skip to content

Team Kill (TK) Plugin

Monitors team kills and team damage, automatically penalizing excessive team killers.

Plugin name: tkRequires config: Yes Requires: admin plugin

Behavior

  • Tracks team kills and team damage per player per round
  • Resets counters at round start
  • Auto-kicks when thresholds are exceeded

Settings

toml
[[plugins]]
name = "tk"
enabled = true

[plugins.settings]
max_team_kills = 5
max_team_damage = 300.0
SettingTypeDefaultDescription
max_team_killsinteger5Team kills before auto-kick
max_team_damagefloat300.0Cumulative team damage threshold before auto-kick

Events

EVT_CLIENT_KILL_TEAM, EVT_CLIENT_DAMAGE_TEAM, EVT_GAME_ROUND_START

Released under the GPL-2.0 License.