
[Bug] multiple actions do not work, only first action triggers
LordMoucho opened this issue · 2 comments
We are configuring a dedicated server with Minecraft 1.20.1 (Forge 47.3.11) Easy_npc v. 5.7.2
When creating a new npc with a couple of actions triggered on the "on hurt" event it only execute the first one of the actons
With this configuration (on the picture), it only trigger the dialog, but if we change the order of the actions, only execute the command but not the dialog.
Thank you for the report! Currently, the ActionHurtEvent
and ActionDieEvent
are only handling a single event.
I’ll address this issue and plan to release an updated version in the coming days.