Skip to content
muhahahahe edited this page Jan 6, 2018 · 30 revisions

Table of Contents

MythicMobsExtension by BerndiVader

This Addon provides some useful conditions and mechanics for MythicMobs.
It requires MythicMobs 4.1 and Spigot 1.10.2 or higher.


  • Attackable
  • Behind
  • BiomeFix
  • Damageable
  • FactionsFlag
  • hasMeta
  • hasTarget
  • inFront
  • inMobArena
  • isStunned
  • LastDamageCause
  • MobsInRadius
  • vDistance
  • WGDenySpawnFlag
  • WGStateFlag

  • BlockProjectile
  • CastIf
  • clearThreatTarget
  • CustomDamage
  • CustomParticleline
  • CustomSummon
  • CustomTeleport
  • Cure/RemovePotion
  • DamageArmor
  • delMeta
  • DropMythicItem
  • DropStolenItems
  • EntityProjectile
  • EquipSkull
  • Feed
  • Grenade
  • ItemProjectile
  • MythicOrbitalProjectile
  • MythicProjectile
  • Oxygen
  • setMeta
  • setRandomLevel
  • setThreatTarget
  • Steal
  • Stun
  • Swap
  • unEquip

Targeters

requires MythicMobs 4.3+

Targeter Description
@crosshair uses the players crosshair as target location
@eyedirection{length=[VALUE]} uses the casters view direction with a given distance in blocks
@lastdamager targets the entity that did the last recent damage
@ownerdirection{length=[VALUE]} usefull for children mobs to target a location in blocks away where its owner is looking at
@ownertarget usefull for children mobs to target the same target as its owner
@targetdirection{length=[VALUE]} targets a distance in blocks infront of the casters targets view direction
@targeterstarget targets the target of the casters target
@triggerdirection{length=[VALUE]} targets a distance in blocks infront of the triggers view direction
@triggerstarget targets the triggers target

Triggers

Trigger Description
~onKill It is like the ~onKillPlayer trigger,
but also works on every entity not only players.
Clone this wiki locally