I have found a bug with the NPC pathing error, when the player goes in front of the npcs they break their schedule, and they don't resume their pathing until their schedule is triggered.
This bug break the basic functionally of the plugin, I love this plugin, but right now it's unusable sadly.
Viewing post in Dynamic NPC Routines for RPG Maker MZ & MV comments
Unfortunately it was the same bug with an incomplete fix. I only fixed collision with player and didn't touch other NPCs. Now it handles all events that it may collide with and recalculates a new path, temporarily ignoring the blocked tiles. For NPC-NPC collisions, I made them able to walk through each other so they don't keep recalculating and playing tag. This was the original fix in 1.1.4 but did not migrate over to 2.0. The new patch should address this.