Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2Plugins

Read this in Turkish / Türkçe.

Every plugin ships with Turkish/English language support, lives in its own folder as a standalone project, and is documented with its own README.md.

Plugins

🔒 Jailbreak

Plugin Description
CTBan Temporarily bans players from the CT (guard) team
CTKit Weapon kit given to CTs automatically on spawn
CTKov Moves every CT except the warden to T with a single command
CTPerk Round-based CT perks unlocked according to the T count
CTRev Revives dead CTs from a menu or automatically
CTSpawnKill Short damage protection for CTs after spawn
GoBhop Teleports dead Ts to a hidden bhop area
JBDoors Opens/closes every cell door with a single command
JBRace Race event with start and finish points
JBTeams Splits living Ts into colored teams
Meslekmenu One job per round for Ts: Doctor, Flash, Bomber, Rambo, Zeus
Sustum Typing event with 4 modes (CTSustum, TSustum, DSustum, DeadSustum)
Cit Menu for placing fence/barricade models where you are looking
Silahsil Clears unowned weapons on the ground with a single command
Cekilis Random player raffle filtered by team/state

⚙️ General / Utility

Plugin Description
1v1Slay Countdown during a 1v1; slays the remaining players when time runs out
AntiCapsLock Lowercases excessive caps in chat or deletes the message
AntiTeamFlash Stops teammate flashbangs from blinding you
BhopDoorFix Freezes doors on bhop/KZ maps
ChatCleaner Clears your own screen or the whole server chat
CommandMaker Creates custom server commands from JSON without writing code
FortniteArmor Damage hits armor first; health only drops once armor is gone
HideTeammates Hides teammates (or enemies/everyone)
Lazer Shows dead players where living players are aiming with a laser
MapBlock Fences off map areas while the player count is low
PlayerRGB RGB (rainbow) effect on the player model
Postprocessing Per-player post processing effect; 106 ready-made effects (bloom, blur, color, zoom)
PrivateMessage Private messages between players (!pm)
Redbull Timed speed boost with limit and cooldown support
ScreenText Persistent text defined in JSON, placed anywhere on screen
Sesler Mutes knife/weapon/footstep/player/MVP sounds by category
Slowmode Server-wide chat slow mode; enforces a second limit between messages
SpawnkillProtection Flag and team based spawn protection with color transitions
Speedometer Live speed readout (u/s) on the HUD with color transitions
Thirdperson Third person camera with wall blocking

🛡️ Infrastructure / Administration

Plugin Description
AdminList Lists online admins with group tags and colors; groups come from config
BringGoto Teleport players to you (bring) and teleport to a player (goto)
DiscordLogger Logs 35+ server events to 10 Discord webhook channels and a daily file
PlayerHourCheck CS2 playtime check with tiered kick/ban punishments
VIPCore Group based VIP system with 75+ modules and JSON/MySQL support
TABServerName Changes the map name shown in the top left of the scoreboard

Installation (Server)

  1. CounterStrikeSharp must be installed on the server.
  2. Copy the compiled folder of the plugin you want:
    csgo/addons/counterstrikesharp/plugins/<PluginName>/
    
  3. Restart the server or run css_plugins load <PluginName>.
  4. See the plugin's own README for its specific settings.

Building

# Single plugin
dotnet build 1v1Slay/1v1Slay.csproj -c Debug

# Output: <Plugin>/bin/Debug/ → ready to copy to the server

Repository Layout

CS2Plugins/
├── <PluginName>/            # Every plugin in its own folder
│   ├── <PluginName>.csproj
│   ├── <PluginName>.cs
│   ├── README.md            # Plugin documentation (English)
│   ├── README.tr.md         # Plugin documentation (Turkish)
│   └── lang/                # tr.json / en.json language files
├── img/                     # HUD/menu icons (used via raw URL)
└── LICENSE                  # MIT

About

No description or website provided.

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages