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

Table of Contents

MythicMobsExtension by BerndiVader

This plugin provides some useful additions to MythicMobs.
It requires MythicMobs 4.1 and Spigot 1.10.2 or higher.

This wiki wont teach you the basic knowledge of how to use MythicMobs,
go to the documentation of MythicMobs, to learn how to do it.


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

Mechanics

Mechanics Overview List of avaiable mechanics: advAIPathfinder asquip BlockFloating BlockProjectile castIf changeHealthbar clearThreatTarget closeInventory createHealthbar customDamage customParticleline customParticles customRandomskill customSummon customTeleport cure/removePotion damageArmor delMeta disarm dropInventory dropMythicItem dropStolenItems entityGoggle/entityGoggleAt/entityLookin EntityFloating EntityProjectile equipSkull extinguish fakeDeath feed Grenade ItemFloating ItemProjectile lineBubble modifyArrows modifyBubble MythicFloating MythicOrbitalProjectile MythicProjectile oxygen parsedStance/pStance parsedDisguise playCredits playerGoggle/playerGoggleAt playerSpin playerWeather playerZoom playLoading removeBubble renameEntity setCachedOwner setFaction setItemCooldown setMeta setMobHealth setRandomLevel setRotation setThreatTarget speechBubble steal stun swap unEquip


Targeters

requires MythicMobs 4.3+

Targeter Description
@crosshair uses the players crosshair as target location
@eyedirection{length=#} uses the casters view direction with a given distance in blocks
@lastdamager targets the entity that did the last recent damage
@ownerdirection{length=#} 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=#} targets a distance in blocks infront of the casters targets view direction
@targeterstarget targets the target of the casters target
@triggerdirection{length=#} 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