CoreProtect

CoreProtect

1M Downloads

DamageCause.KILL doesn't exist in older minecraft versions of Paper's API

U5B opened this issue ยท 0 comments

commented

https://jd.papermc.io/paper/1.19/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
There is no KILL enum, was renamed to SUICIDE.
This causes an error here:

List<DamageCause> validDamageCauses = Arrays.asList(DamageCause.KILL, DamageCause.POISON, DamageCause.THORNS, DamageCause.MAGIC, DamageCause.WITHER);

EDIT: seems to be added in 1.20
https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html