MMOLibπ
Objectivesπ
MmoSkillπ
Context:
Syntax: mmoskill <skill> [trigger]
Description: Requires the player to activate a MythicLib skill (e.g. with MMOItems or MMOCore).
| Parameter | Syntax | Default Value | Explanation |
|---|---|---|---|
| skill | SKILL_ID | The ID of the skill. | |
| trigger | name:level | All trigger types. | The types of triggers that can be used to activate the skill. If not specified, all triggers are allowed. |
Example
objectives:
triggerSkill: "mmoskill LIFE_ENDER actions:updateStatistics"
castSkillWithMMOCore: "mmoskill DEEP_WOUND trigger:CAST actions:completeTutorial"
itemSkill: "mmoskill DEEP_WOUND trigger:RIGHT_CLICK,LEFT_CLICK actions:giveReward"
Conditionsπ
MmoStatπ
Context:
Syntax: mmostat <stat> <value> [equal]
Description: Whether the player has a certain stat.
Checks stats
that combine all sorts of stats from MMOCore and MMOItems.
You can disable this behaviour by adding the equal argument.
Example
conditions:
damageReduction3: "mmostat DAMAGE_REDUCTION 3"