Skip to content
Xemor edited this page Jun 21, 2021 · 1 revision

Conditions

Conditions are an additional feature exclusive to people who are using my SkillsLibrary on their server. They are used when you want to make a skill take WorldGuard into account or any other check (although WorldGuard conditions don't come in the box with SkillsLibrary)

For example, if you wanted someone to have to sneak while using Doomfist's slam skill, you can do it using this!

Just add

conditions:
  mustSneakCondition:
    type: SNEAK
    sneak: true

to the slam skill and it will work!

As this wiki is work in progress if you need to know about any other conditions, come ask me on discord!