Skip to content

Hand

How you configure is the same as the item but with its own config, located in ItemCaster/hand. How this works is you don't need an item to cast the skill, but the player itself contains the skill data ability, which only allows 1 right now.


Location

Place your config in here: - ItemCaster/hand

Id hand activator will like this: - :

Pattern for valid ID: [0-9a-z_]:[0-9a-z-_./]

ItemCaster/hand/example_hand.yml
<Id>:
  conditions:
  - <Conditions>
  abilities:
  - <Attribute>

See here for a full explanation of ability attributes.

For conditions is use same as condition in config skill mythicmobs.

Example

example:
  conditions:
  - hasAura{n=test_aura} true
  abilities:
  - skill: example_skill
    activator: left_click