Skip to content
@cs2-server-plugins

cs2-server-plugins

CS2 Server Plugins

Open-source plugins and gamemodes for Counter-Strike 2 dedicated servers

Built on the ModSharp framework · C# / .NET

CS2 Framework Language


Complete gamemodes, server administration and the infrastructure underneath them — all running in production on public Counter-Strike 2 servers. These are not demos.

Gamemodes

Plugin What it is
cs2-prophunt Prop Hunt — engine plus ranks, stats, shop and HUD modules
cs2-ttt Trouble in Terrorist Town — roles, karma, shop, DNA scanner, body confirmation
cs2-jailbreak Jailbreak — warden, last requests, special days, rebel tracking
cs2-superpowers 142 powers across 13 packs, plus a custom-rounds engine
cs2-kreedz KZ climbing — from-scratch, cs2kz-compatible
cs2-mixscrims Mix and scrim matches — captains, team picking, leavers and substitutes
cs2-retakes Bomb-site retake practice with weapon allocation and zone spawns
cs2-furien Asymmetric knife-vs-guns infection, in the Furien tradition
cs2-arenas 1v1 / 2v2 arena dueling with queueing, loadouts, special rounds
cs2-duels 1v1 ladder with an in-game arena editor
cs2-invisiblemod Hide-and-seek — frozen invisible hiders, sound-hunting seekers
cs2-minihumans Shrinks players into mini-humans, with custom camera and collision
cs2-1vsall One versus all

Event & round modes

Plugin What it is
cs2-event-manager Deploy every event mode to one server and switch between them live
cs2-fun-rounds Config-driven engine for fun and special rounds

Server administration

Plugin What it is
cs2-mapchooser End-of-map voting, RTV, nominations, map extensions
cs2-vip VIP framework — groups, perk registry, admin-panel integration

Progression & diagnostics

Plugin What it is
cs2-progression Missions, achievements and a season pass
modsharp-profiler EventPipe CPU profiler — captures traces, reports to Discord

Getting started

These are ModSharp modules:

git clone https://github.com/cs2-server-plugins/<plugin>.git
cd <plugin>
dotnet build -c Release
# copy .build/modules/* into <server>/game/sharp/modules/

Each repository documents its own commands, configuration and dependencies — start with its README. Configuration files ship as .example; copy and edit rather than editing in place, so a redeploy does not overwrite your settings.

Contributing

Issue templates, a pull-request template and the contribution guide apply across every repository here — see CONTRIBUTING.

Security issues go through private reporting, never a public issue: SECURITY. These plugins run on live game servers, so a public report is a working exploit for anyone who reads it first.

Credits

Many of these are ports or reimplementations of existing SourceMod and CounterStrikeSharp plugins, migrated to ModSharp. Original authors are credited in each repository, and upstream licences are preserved — several of these are GPL or AGPL precisely because the work they descend from is.

If something of yours is here and the attribution is wrong, open an issue and it will be fixed.

Built on ModSharp by Kxnrl.

Counter-Strike 2 · CS2 · dedicated server · plugins · gamemodes · ModSharp · Source 2 · C#

Popular repositories Loading

  1. cs2-kreedz cs2-kreedz Public

    KZ climbing gamemode for CS2 — from-scratch cs2kz-compatible reimplementation.

    C# 2

  2. cs2-retakes cs2-retakes Public

    CS2 plugin for bomb-site retake practice with weapon allocation and zone-based spawns.

    C# 1

  3. cs2-prophunt cs2-prophunt Public

    Prop Hunt gamemode suite for CS2 — core engine plus ranks, stats, shop and HUD modules.

    C# 1

  4. cs2-arenas cs2-arenas Public

    CS2 plugin offering 1v1/2v2 arena dueling with queueing, loadouts and special rounds.

    C# 1

  5. cs2-progression cs2-progression Public

    Missions, achievements and season-pass progression engine for CS2 servers.

    C# 1

  6. cs2-mapchooser cs2-mapchooser Public

    End-of-map voting, RTV, nominations and map-extension module for CS2 servers.

    C# 1

Repositories

Showing 10 of 21 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…