Skip to content
Home
Plugins
Official Plugins
Core Plugins
MythicMobs
Core Plugin -The ultimate mobs and skills system
ModelEngine 4
Custom models and animations without client mods.
MoLang Add-on
MythicAchievements
Custom advancements and quest-like progression
MythicArmors
Real 3D Armor
MythicCosmetics
Modern and powerful cosmetics for players
MythicCrucible (Items)
Custom items, blocks, furniture, and more.
MythicDungeons
Instanced, scripted dungeon experiences.
MythicEnchantments
Create and customize unique enchantments.
MythicHUD
Create immersive interfaces and HUD elements.
MythicRPG (spells & classes)
Spells, classes, combat, and character systems.
Asset Store
Resources
Browse resources
Latest reviews
New resources
Search resources
Utilities
Official Utilities
Model Viewer
Inspect Blockbench models directly in your browser.
Plugin Converter
Easily migrate from other similar plugins.
Discord
Switch to light mode
Menu
×
Home
Plugins
Asset Store
Resources
Model Viewer
Plugin Converter
Discord
Browse docs
Wikis
/
MythicMobs
/
Triggers
Reference
Triggers
Events that start skills.
·
36 entries
Trigger
onAttack
When the mob hits something
Trigger
onBowHit
When the mob's fired projectile hits an entity
Trigger
onBreed
When the mob breeds with another mob.
Trigger
onBucket
When the cow is milked or an entity is bucketed (axolotl etc.)
Trigger
onChangeTarget
When the mob changes targets (requires threat tables be on)
Trigger
onChangeWorld
When the mob changes world
Trigger
onCinematicEnd
When a cinematic camera path ends on a player (finish, cancel, quit, or death)
Trigger
onCinematicStart
When a cinematic camera path begins playing on a player
Trigger
onCombat
Default
Trigger
onCreeperCharge
When the creeper is charged (when lightning hits a creeper)
Trigger
onDamaged
When the mob is damaged
Trigger
onDeath
When the mob dies
Trigger
onDespawn
When the mob is despawned
Trigger
onDismounted
When the mob is dismounted from
Trigger
onDropCombat
When the mob leaves combat (requires threat tables be on)
Trigger
onEnterBounds
When the mob moves into a defined region
Trigger
onEnterCombat
When the mob enters combat (requires threat tables be on)
Trigger
onExitBounds
When the mob moves out of a defined region
Trigger
onExplode
When the mob explodes (typically only used for creepers)
Trigger
onHear
When the mob hears a sound, if enabled
Trigger
onInteract
When the mob is right-clicked
Trigger
onLoad
When the mob is loaded after a server restart
Trigger
onPlayerKill
When the mob kills a player
Trigger
onPrime
When the creeper charges up for an explosion
Trigger
onProjectileHit
When a mob's special projectile hits an entity
Trigger
onProjectileLand
When a mob's special projectile hits a block
Trigger
onReady
Triggered the first time a mob is spawned from a spawner
Trigger
onShoot
When the mob fires a projectile
Trigger
onSignal
When the mob receives a signal
Trigger
onSkillDamage
When the mob deals damage to other entities via a mechanic
Trigger
onSpawn
When the mob spawns
Trigger
onSpawnOrLoad
When the mob either spawns or loads
Trigger
onTame
When the mob gets tamed
Trigger
onTeleport
When the mob teleports (typically only used for endermen)
Trigger
onTimer
Every \# ticks (where \# is the interval in ticks)
Trigger
onTrade
When the Villager completes a trade. Requires Paper