Skip to content

A plugin for Counter-Strike 2 with essential functionality for HvH servers.

License

Notifications You must be signed in to change notification settings

ronighoghari2149/CS2-Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright ev0lve Digital GitHub License Issues Downloads Stars

HvH.gg CS2 Essentials (1.0.0)

If you use this plugin, you do NOT need RapidFireFix anymore.

Our CS:GO Essentials plugin is the only plugin you need to run a successful HvH server. It includes basic features like reset score and rage quit as well as optional restrictions for weapons, friendly fire and rapid fire.

Features

  • Reset score !rs
  • Rage quit !rq
  • Restrict weapons (awp, scout, autosniper)
  • Restrict friendly fire (default, only utility damage)
  • Restrict rapid fire (0 allows rapid fire, 1 blocks rapid fire, 2 reflects damage scaled, 3 reflects damage but keeps the player alive)

Requirements

Install

  1. Install Metamod:Source and CounterStrikeSharp
  2. Place the addons folder in your servers game/csgo/ directory
    extract
  3. Edit the config file to your liking
    3.1. Located at addons/counterstrikesharp/configs/plugins/CS2Essentials/CS2Essentials.json
  4. Restart your server

Config

{
   "RapidFireFixMethod": 1, // 0 allows rapid fire, 1 blocks rapid fire, 2 reflects damage scaled, 3 reflects damage but keeps the player alive
   "RapidFireReflectScale": 1, // damage reflect percentage (0.0 - 1.0)
   "AllowResetScore": true, // if true, players will be able to reset their score with `!rs`
   "AllowRageQuit": true, // if true, players will be able to rage quit with `!rq`
   "AllowedAwpCount": -1, // how many awps are allowed per team (0 for none, -1 for unlimited)
   "AllowedScoutCount": -1, // how many scouts are allowed per team (0 for none, -1 for unlimited)
   "AllowedAutoSniperCount": -1, // how many auto snipers are allowed per team (0 for none, -1 for unlimited)
   "UnmatchedFriendlyFire": true, // if true, only utility damage will be dealt to teammates (like on unmatched.gg)
   "ChatPrefix": "[{Red}Hv{DarkRed}H{Default}.gg]" // chat prefix for plugin messages
   "ConfigVersion": 1 // do not change
}

ChatPrefix Colors

You can use all available colors from CounterStrikeSharp in the chat prefix.

Credits

Buy us a coffee

If you like our work, consider buying us a coffee.

About

A plugin for Counter-Strike 2 with essential functionality for HvH servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%