A lightweight CS2 plugin that lets players customize their kill feed icons — headshot, wallbang, noscope, smoke, blind and more.
- CounterStrikeSharp
v1.0.363+ - MySQL
5.7+or MariaDB10.3+
- Download the latest release from Releases
- Extract
SimpleKillFeedfolder to:
csgo/addons/counterstrikesharp/plugins/
- Configure
SimpleKillFeed.json(see Configuration) - Restart your server
csgo/addons/counterstrikesharp/configs/plugins/SimpleKillFeed/SimpleKillFeed.json
{
"Host": "127.0.0.1",
"Port": 3306,
"Database": "skf",
"Username": "root",
"Password": "",
"HeadshotPermission": "",
"WallbangPermission": "",
"NoscopePermission": "",
"SmokePermission": "",
"BlindPermission": "",
"AirPermission": ""
}| Field | Description |
|---|---|
Host |
MySQL server host |
Port |
MySQL server port |
Database |
Database name |
Username |
MySQL username |
Password |
MySQL password |
HeadshotPermission |
Required permission. Empty = everyone |
WallbangPermission |
Required permission. Empty = everyone |
NoscopePermission |
Required permission. Empty = everyone |
SmokePermission |
Required permission. Empty = everyone |
BlindPermission |
Required permission. Empty = everyone |
AirPermission |
Required permission. Empty = everyone |
"HeadshotPermission": "" // everyone
"WallbangPermission": "@css/vip" // VIP only
"NoscopePermission": "@css/admin" // admins only| Command | Description |
|---|---|
!killfeed |
Show your current style |
!killfeed headshot |
Toggle headshot icon |
!killfeed wallbang |
Toggle wallbang icon |
!killfeed noscope |
Toggle noscope icon |
!killfeed smoke |
Toggle through smoke icon |
!killfeed blind |
Toggle blind icon |
!killfeed air |
Toggle in-air icon |
!killfeed reset |
Reset all to default |
Each player can independently choose which kill feed icons to always display on their kills — regardless of how the kill was actually made.
For example, if a player enables headshot — every kill they make will show the headshot icon in the kill feed, even if it wasn't a headshot.
Settings are saved to MySQL and persist between sessions.
Coming soon!
Made with ❤️ by kotyarakryt