Mythic Mobs

MythicMobs is a plugin that allows you to create custom creatures with abilities. We support the latest Mythic Mobs v5 plugin. You don't need to be using the premium version nor the dev builds, the free version works. ArmorMechanics gives you the ability to add your custom armor to MythicMobs.

armorMechanicsArmor (Item)

AttributeAliasDescriptionDefault

armorTitle

armor

The armor-title (from config) of the armor to equip

None (Required)

Example

This mob is a drowned with a full set of Scuba armor equipped.

Scuba_Zombie:
  Type: drowned
  Health: 32
  Damage: 2
  Faction: undead
  Options:
    PreventRandomEquipment: true
    PreventSunburn: true
  Equipment:
  - armorMechanicsArmor{armor=Scuba_Helmet} HEAD
  - armorMechanicsArmor{armor=Scuba_Chestplate} CHEST
  - armorMechanicsArmor{armor=Scuba_Leggings} LEGS
  - armorMechanicsArmor{armor=Scuba_Boots} FEET