Simple "no damage" plugin for servers like idle where don't want damage or just for be disabled/enabled whenever you want via admin command.
- CounterStrikeSharp (version 142 or higher)
Drag and drop from releases to game/csgo/addons/counterstrikesharp/plugins
Configure the file NoDamageMod.json generated on addons/counterstrikesharp/configs/plugins/NoDamageMod
{
"EnabledDamageByDefault": false,
"CommandAccessFlag": "@css/vip",
"ConfigVersion": 1
}
- EnabledDamageByDefault - false: Enable damage by default when load the plugin
- CommandAccessFlag . @css/vip: Access required for enable/disable damage by css_damage command (or !damage on chat).