| Name | mythicmob mob dies|death|killed |
| Event Lines | mythicmob <mob> dies|death|killed |
| Triggers | when a MythicMob dies. |
| Generated Examples | on mythicmob mob death:
after mythicmob mob death: |
| Switches | by:<entity> to only process the event if the killer matches a specified entity type. |
| Contexts | <context.mob> Returns the MythicMob that has been killed.
<context.entity> Returns the EntityTag for the MythicMob.
<context.killer> returns the EntityTag that killed the MythicMob (if available).
<context.level> Returns the level of the MythicMob.
<context.drops> Returns a list of items dropped.
|
| Determine | ListTag(ItemTag) to specify new items to be dropped. |
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Depenizen |
| Requires | Depenizen, MythicMobs |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/events/mythicmobs/MythicMobsDeathEvent.java#L22 |