Update Player Skills

Jules 2022-06-15 20:39:19 +00:00
parent f722c83fb6
commit 75e93381c6

@ -85,7 +85,7 @@ The `material` option determines what icon will display in the player's skill li
![](https://i.imgur.com/PhIpbOr.png)
## Binding MythicMobs skills to MMOCore skills
Since MMOCore 1.9 custom skills are handled within MythicLib, please refer to [this wiki page](https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Custom Skills).
Since MMOCore 1.9 custom skills are handled within MythicLib, please refer to [this wiki page](https://www.gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Custom Skills).
### Making a passive skill
If you want to make a passive skill (using MythicMobs or SkillAPI) all you have to do is add `passive-type: TYPE` to your skill YML file in the '/skills' folder. Adding a passive type to your skill will prevent it from being bound and will automatically cast during specific events, depending on the passive type specified.