Added a config option for players to not keep other Recovery Totems through respawn
- As per usual, one totem will be destroyed
- However, the remaining totems will drop where they died
- This is disabled by default, so the default behavior has not changed
Code (YAML):
# By default (false), the player will destroy one Totem of Recovery and keep all other items, including other Totems of Recovery.
# If this is set to true, the player will still destroy one Totem of Recovery and keep all of their other items.
# However, if they were carrying more Totems of Recovery, those will be dropped where they died.
drop_other_recovery_totems_on_death
: false
To enable this, copy this into your config and set the value to true.