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.
RepairItem Repairs the item by increasing its durability value.
AddEnchantmentItem Adds an enchantment to the item.
ReduceAmountItem Decreases the amount of the item held in the player's hand or inventory.
DamageItem Damages the item by decreasing its durability.
RemoveEnchantmentItem Removes a specific enchantment from the item.
ClearEnchantmentItem Removes 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 on the item.
SetItem Replaces the item with an external item supported by ItemCaster. This differs from MythicMobs' built-in equip mechanic because it supports custom item providers.
SetCustomModelDataItem Sets the custom model data of the item.
SetTypeItem Changes the material type of the item.
AddCrossbowProjectile Adds a projectile to a crossbow item.
AddFoodLevel Increases the player's food level.
AddFoodSaturationLevel Increases the player's food saturation level.
GiveItem Gives an item to the player using ItemCaster-supported item providers.
ReduceFoodLevel Decreases the player's food level.
ReduceFoodSaturationLevel Decreases the player's food saturation level.
RemoveHandActivator Removes the active hand activator from the player.
SetFoodLevel Sets the player's food level to a specific value.
SetFoodSaturationLevel Sets the player's food saturation level to a specific value.
ConsumeMana Consumes mana from the player.
IncreaseMana Increases the player's current mana.
SetHandCaster Sets the active hand caster for the player.
SetMana Sets the player's current mana.
SetMaxDurability Sets the maximum durability value of an item.