Totem Skill Does Not Accept Skill Modifiers
Summary
The totem skill does not accept skill modifiers, specifically when it comes to the Horizontal Radius parameter. If I set the HR to 30, it works normally. However, if I put in <modifier.radius> and set the radius to 30 in the MMOCore skill config, it defaults to 1.25. Additionally charges don't seem to be applied as the totem can activate multiple times instead of once despite charges being set to 1.
Steps to reproduce
First, set up a skill that places a totem on the ground: https://pastebin.com/8kdFFYbL Then, add it to your mythiclib skills: https://pastebin.com/DSFRvDr8 And finally, edit the MMOCore files so that your class can cast the skill and edit the skill modifiers parameters: https://pastebin.com/3vmXV5Si Current behavior
The mine only explodes when a mob comes within 1.25 blocks of the totem.
Intended correct behavior
The mine should explode when a mob comes within the specified radius of the totem.
Server log file https://pastebin.com/mE95kma9
Debug log snippet
Proposed fixes
I think the totem skill is just not parsing the <modifier.radius>