Builder-X
Browse ScriptsDownload RLIB
v2.x
v2.x
  • Introduction
  • Showcase
  • Changelog
    • ◾2.0.1.0
    • ◾2.0.0.0
  • FAQ
    • ◾Addon Won't Show
    • ◾Incompatible Addons
    • ◾Damage Issues
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
    • ◾Docs/Web
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Settings
      • ▸sh_cfg_bg
  • ❱ First Use
    • ◾Binds
  • ❱ Developers
    • ◾Functions
      • 🟦GetBuild
      • �� SetBuild
      • 🟦GetDmg
      • 🟦SetDmg
      • 🟦AddDmg
    • ◾Hooks
      • 🔗builderx.mode.onswitch
      • 🔗builderx.pl.ondamage
      • 🔗builderx.pl.onjoin
      • 🔗builderx.pl.onnoclip
Powered by GitBook
On this page
  • ◾ Overview
  • ◾ File Changelog
  • ◾ CONFIGS
  • ◾ GENERAL
  • ◾ Changes
  • ◾ New Setting to Bypass Cooldowns for Usergroups
  • ◾ Supports multiple chat/ console commands
  • ◾ Fixed GetBuild Error
  • ◾ Fixed eProtect Compatibility
  1. Changelog

2.0.1.0

This is a detailed changelog for the specified release above.

PreviousChangelogNext2.0.0.0

Last updated 4 years ago

◾ Overview

  • [ + ]

  • [ ^ ]

  • [ % ]

  • [ % ]

◾ File Changelog

◾ CONFIGS

  • builderx\cfg\sh_cfg_general.lua

  • builderx\cfg\sh_cfg_modes.lua

◾ 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.

/*
*   modes > cooldown > bypass
*/

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

◾ 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()

◾
new setting to bypass cooldowns for usergroups
supports multiple chat/ console commands
fixed GetBuild error when advanced damage is enabled
fixed compatibility issue with eprotect addon returning error on SetTitle