You can now drop/clear backpacks on death by enabling it in the config.yml
Code (YAML):
#Setting this to true clears a player's backpack on death without dropping any of the items. If this is set to true
# it overrides the drop-backpack-on-death setting.
clear-backpack-on-death
: false
#Setting this to true will drop all of a player's backpack items on death. However, if the clear-backpack-on-death setting
# is also true, then this setting is ignored.
drop-backpack-on-death
: false