WiIIiam278 / ClopLib

Minecraft server library for handling events that take place in varying positions within game worlds
https://william278.net/project/cloplib
Apache License 2.0
1 stars 0 forks source link

PLAYER_DAMAGE_MONSTER does not account for non-Monster enemies #11

Open WiIIiam278 opened 6 months ago

WiIIiam278 commented 6 months ago

e.g. Phantom -- https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Phantom.html -- which inherits Enemy instead of Monster (though ought to be reasonably killable via this flag)