Leveling does not seem to work for mobs
Summary
Mobs do not seem to level with the setlevel mechanic. mob.level says they are level 1 and their health/damage does not change at all with LevelModifiers.
Steps to reproduce
Paste mob in VanillaMobs.yml file inside of \plugins\MythicMobs\Mobs
Current behavior
Currently the mobs are always level 1 even when on spawn they are supposed to be given a higher level. Other triggers like OnKillPlayer or OnTime also do not work. A video of this happening with the mob above can be found here: https://youtu.be/KD1jbtjdH_U
Intended correct behavior
The mob should be a higher level on spawn and OnTime/OnKillPlayer not just level 1. Also, mobs should change with LevelModifiers but that has already been reported as a bug.
Server log file
Screenshot of /mm ver
Debug log snippet
Proposed fixes
Fixing the setlevel mechanic