[CS2] High Ping Kicker 2024-01-04
Posted: Wed Feb 25, 2026 12:14 am
Inspired by SourceMod's Very Basic High Ping Kicker and High Ping Kicker plugins.
Kick a player when their ping is too high.
Variables
When you first load the plugin, it will generate the following configuration:
counterstrikesharp/configs/plugins/HighPingKicker/HighPingKicker.json
{
"max_ping": 150,
"max_warnings": 5,
"check_interval": 20, // in seconds, can be decimal number
"show_warnings": true,
"show_public_kick_message": true,
"warning_message": "You will be kicked for excessive ping. You have {WARN} out of {MAXWARN} warnings.",
"kick_message": "{NAME} has been kicked due to excessive ping.",
"grace_period_seconds": 90,
"ConfigVersion": 1
}
Teams
Features:
Administrator immunity (anyone with any flag or group has immunity)
Grace period when changing a card and when first connecting
Installation
Install CounterStrikeSharp
Unzip the archive to addons/counterstrikesharp/plugins
Restart the server
https://hlmod.net/resources/cs2-high-pi ... 9/download
Kick a player when their ping is too high.
Variables
When you first load the plugin, it will generate the following configuration:
counterstrikesharp/configs/plugins/HighPingKicker/HighPingKicker.json
{
"max_ping": 150,
"max_warnings": 5,
"check_interval": 20, // in seconds, can be decimal number
"show_warnings": true,
"show_public_kick_message": true,
"warning_message": "You will be kicked for excessive ping. You have {WARN} out of {MAXWARN} warnings.",
"kick_message": "{NAME} has been kicked due to excessive ping.",
"grace_period_seconds": 90,
"ConfigVersion": 1
}
Teams
Features:
Administrator immunity (anyone with any flag or group has immunity)
Grace period when changing a card and when first connecting
Installation
Install CounterStrikeSharp
Unzip the archive to addons/counterstrikesharp/plugins
Restart the server
https://hlmod.net/resources/cs2-high-pi ... 9/download