Mechanics List

This plugin adds additional skill mechanics to MythicMobs, which can be used directly within your MythicMobs skill configurations.

Currently, MythicMobs provides very limited support for item-related mechanics. This plugin extends that functionality significantly. More mechanics will be added in the future to further enhance item manipulation capabilities within skills.

Learn more about MythicMobs mechanics here

Mechanic Description
AddAmountItem Increases the amount of the item held in the player's hand or inventory.
AddDurabilityItem Repairs the item by increasing its durability value.
AddEnchantmentItem Adds an enchantment to the item.
DecreaseAmountItem Decreases the item amount from the player's hand or inventory.
DecreaseDurabilityItem Damages the item by decreasing its durability.
RemoveEnchantmentItem Removes a specific enchantment from the item.
ResetEnchantmentItem Clears all enchantments from the item.
SetAmountItem Sets the exact amount of an item in the player's hand or inventory.
SetDurabilityItem Sets a specific durability value to the item.
SetItem Replaces the item with an external item supported by ItemCaster. This mechanic is different from MythicMobs' built-in equip mechanic as it supports integration with custom item providers.
SetModelDataItem Sets the custom model data of the item for resource pack usage.
SetTypeItem Changes the material type of the item (e.g., from STONE to DIAMOND_SWORD).