> For the complete documentation index, see [llms.txt](https://builderx.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://builderx.rlib.io/faq/damage-issues.md).

# Damage Issues

If players are still receiving damage despite being in Build Mode.

99% of damage is blocked to players in Build Mode by default; however, if you notice players in Build Mode getting damaged by entities / props hitting them; there is one more line of defense:

* Open **lua\modules\builderx\cfg\sh\_cfg\_modes\_build.lua**
* Set **cfg.build.bAdvBlockDmg = true**

This will further increase a player's protection; but will render the "Punishment System" useless since a player can no longer take any type of damage (including fall damage). If you decide to turn this one, then you can also disable the punishment system since it is no longer needed.
