[ + ] An option was added to prevent any type of damage when a player is downed. This example prevents the player from receiving "FIRE_TICK" damage when downed:
Code (YAML):
downed_damages:
enabled
: true
mode
: BlackList
list
:
- fire_tick
[ + ] An option was added to prevent a downed player from crafting:
Code (YAML):
enable_craft
: true
[ / ] Changes were made to maintain compatibility with WeaponMechanics. (Please use the latest version)
[ / ] Compatibility with PlasmoVoice was updated.
[ x ] An error with the ItemLock option when being stolen was fixed.