Description
Expected behavior
When in survival mode, I expect the armorstand to not lose their items when killing the armorstand with the event cancelled.
Observed/Actual behavior
The items get deleted.
Steps/models to reproduce
@EventHandler
public void killEvent(EntityDeathEvent event) {
event.setCancelled(true);
}
Plugin and Datapack List
N/A
Paper version
1.21.4
Other
No response