Banner
Banner copied to clipboard
EntityDamageByEntityEvent Not working as intended
I have confirmed that ...
- [X] Banner is up to date
- [X] all dependencies are installed
- [X] all plugins and mods are up to date
- [X] unable to reproduce in Spigot
- [X] unable to reproduce in Fabric
Banner version
612
OS & Java versions
OS: Windows Java:17
Plugins and Mods
Banner 1.20.1-612
My own plugin for testing purposes
@EventHandler
public void executeEvent(EntityDamageByEntityEvent e)
{
Bukkit.getLogger().info("EVENT EXECUTED");
}
Description
The event only gets callled when:
- entity (no player) attack player / other entity
The bug:
- Player attack entity does not call it
Step to reproduce
No response
Logs
No response
Server pack link (Optional)
No response