Stable
3.6.3
Added
- Added check to prevent players from dropping their weapons when they die in an event (can be changed on a per-event basis in the events config) (thanks to
carbongamingaus for the idea)
WARNING: Do not copy over your config for lines 32 - 38
Add the below variable into the events settings
eventConfig.shouldDropWeapon =
true
WARNING: Do not copy over your config for individual events (lines 262 onwards), you must add the below to each event
defaultArmor = eventConfig.armor, -- needs the comma after the false (replace this line with existing) shouldDropWeapon = eventConfig.shouldDropWeapon