charliethomson / DeathmatchPlugin

A CS2 team deathmatch plugin, with player configurable loadouts, killstreaks, and a (mid) buy menu integration.
MIT License
18 stars 6 forks source link

Deathmatch Plugin

Intended use

This is built as a team deathmatch plugin, with player configurable loadouts, killstreaks, and a (mid) buy menu integration.

Installation

NOTE: I'd recommend updating dllinclude\CounterStrikeSharp.dll to the exact version running on your server for maximum compatibility, the included dll is v27.

Configuration

plugins/deathmatch.config.json: (default)

{
  "chatSpamMessages": [
    "<lime>Type /guns in chat to get a printout (in console) of all weapon commands!</lime>"
  ],
  "chatPrefix": "[<green>DM</green>]",
  "debug": false
}

chatSpamMessages and chatPrefix are configurable with colors as seen above, a full list of tag names is available in Utilities/Colored.cs

Dependencies

License

see LICENSE.md