Skip to main content

Democratic Moderation


The Left 4 Dead 2 voting system allows players to skip maps, restart rounds, or kick suspected griefers. However, without proper configuration, trolls often use “Callvote Kick” to remove legitimate players. Balancing these permissions is key to a healthy public server environment.
Reading TimeDifficultyLast Updated
5 minutesBeginnerJanuary 2026

1. Vanilla Management (server.cfg)

If you are not using any administrative mods, you can control the entire system via these CVARs in your server.cfg:
  • sv_allow_votes 1: The master switch. Set to 0 to disable all voting entirely.
  • sv_vote_allow_spectators 0: Strongly recommended. Prevents people in the spectator slot from influencing active games.
  • sv_vote_kick_ban_duration 15: Sets the ban length (in minutes) for a player who is successfully vote-kicked.

2. SourceMod Overrides (Advanced)

If you have SourceMod installed, you can restrict specific types of votes to players with certain administrative flags.
  • Path: /addons/sourcemod/configs/admin_overrides.cfg
Overrides
{
    "VoteKick" "b"  // Only admins with the 'b' (Generic Admin) flag can start a kick vote.
    "VoteRestart" "k" // Only admins with the 'k' (Vote) flag can restart the round.
}

Support Channels

If you need assistance or have any questions, please contact our support team:

First Month Discount

Use code KB20 at checkout to get 20% off your first month of hosting!

Last Updated: January 2026 | L4D2: Democracy tuned.