[suggeston] add skill parameter support for conditions
Summary
It would be very useful if you could use the skill parameters feature for conditions within a mythicmobs skill.
Usage
- skill:CoolSkill{condition=5;boolean=“true”} @self ~onUse
CoolSkill:
Conditions:
- heightbelow{h=<skill.condition>} <skill.boolean>
Value
This would make skill parameters ten times more useful when using variables or tags within the Conditions section.
Priority
This feature should be of high priority due to the fact that it will allow server creators to build the necessary systems to make mob and item skills and streamline their development. Skill parameters allow for building systems like this, and make mob and item development much easier.