Attribute List
| Name | Type | Description |
|---|---|---|
| skill | string |
The ID of the MythicMobs skill to be executed. |
| activator | string |
The trigger event name. See Activator List. |
| power | float |
Determine the power of the skill mechanic that uses power as a base of multiplier value (Optional) |
| cooldown | double |
Cooldown duration in seconds before reuse. (Optional) |
| sneaking | boolean |
If set, checks the player's sneaking state. (Optional) |
| show_cooldown | boolean |
Show cooldown bar in action bar caster when activate the skill. (Optional) |
| signal | string |
Used when signal is equals. Only used with SIGNAL activator. (Optional) |
| variables | object(map) |
Defines variables passed to the MythicMobs skill. Supports string, int, and float. (Optional) |
Note
- All attributes are optional except
skillandactivator. - The plugin will ignore any malformed or incomplete ability entries.
- You can include multiple abilities in one item using the
abilitiesarray.