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 | 
| cooldown | double | 
Cooldown duration in seconds before reuse. (Optional) | 
| sneaking | boolean | 
If set, checks the player's sneaking state. (Optional) | 
| interval | int | 
Time (in ticks) between automatic casts. Only used with TICK activator. (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.
 - All abilities are read when the item is held or used.
 - You can include multiple abilities in one item using the 
abilitiesarray.