Update Player Skills

Taner 2023-01-15 20:07:05 +00:00
parent e7b6c00f1c
commit 661722e5e5

@ -73,7 +73,7 @@ Since MMOCore 1.9 custom skills are handled within MythicLib, please refer to [t
### 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. You can see all Trigger Types on [this](https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Custom%20Skills#trigger-types) page.
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. You can see all Trigger Types on [this](https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/Skills#trigger-types) page.
## Editing the skill menu