[ x ] Fixed a bug that caused death and respawning to remain in the "downed" state only if you were killed by a wolf or any other animal.
[ + ] Added an "items" option to be able to create your items in events.yml and drop them at the injured player's location.
[ + ] added event "downed_death_event" in events.yml. here is an example of these changes
Code (YAML):
items:
death_drop:
material
: ROTTEN_FLESH
amount
: 3
downed_death_event:
enabled
: false
actions
:
- '
[dropItem
] death_drop'