# 2.0.1.0

## ◾ Overview

* `[ + ]` [**new setting to bypass cooldowns for usergroups**](#new-setting-to-bypass-cooldowns-for-usergroups)
* `[ ^ ]` [**supports multiple chat/ console commands**](#supports-multiple-chat-console-commands)
* `[ % ]` [**fixed GetBuild error when advanced damage is enabled**](#fixed-getbuild-error)
* `[ % ]` [**fixed compatibility issue with eprotect addon returning error on SetTitle**](#fixed-eprotect-compatibility)

## ◾ File Changelog

### &#x20;   ◾ **CONFIGS**

* builderx\cfg\sh\_cfg\_general.lua
* builderx\cfg\sh\_cfg\_modes.lua

### &#x20;   ◾ **GENERAL**

* builderx\core\cl\_init.lua
* builderx\core\sv\_init.lua
* builderx\core\sv\_penalty.lua
* builderx\core\sv\_psay.lua
* builderx\pnl\cl\_pnl\_root.lua
* builderx\sh\_env.lua

## ◾ Changes

####

### ◾ New Setting to Bypass Cooldowns for Usergroups

Added a new setting within **`sh_cfg_modes.lua`** which allows for certain usergroups to bypass damage and switch cooldowns.

{% tabs %}
{% tab title="lua\modules\builderx\cfg\sh\_cfg\_modes.lua" %}

```lua
/*
*   modes > cooldown > bypass
*/

    cfg.modes.cooldown_bypass =
    {
        [ 'owner' ] 	        = true,
        [ 'superadmin' ] 	    = true,
        [ 'admin' ] 	        = false,
        [ 'operator' ]          = false,
        [ 'donator' ]           = false,
        [ 'user' ]              = false
    }
```

{% endtab %}
{% endtabs %}

####

### ◾ Supports multiple chat/ console commands

Addon now allows for multiple commands to be bound to the console and chat commands.

####

### ◾ Fixed GetBuild Error

Customers reported an issue with a GetBuild error when **`cfg.build.bAdvBlockDmg`** enabled

####

### ◾ Fixed eProtect Compatibility

Resolved an issue which caused a random error with customers also using eProtect related to SetTitle()
