> For the complete documentation index, see [llms.txt](https://docs.nexomc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexomc.com/compatibility/mythicmobs-custom-mobs.md).

# MythicMobs - custom mobs

MythicMobs is a plugin for making highly customizable mobs and bosses.\
This page explains how you can make said mobs drop a NexoItem or equip them with a NexoItem

Below is an example config of how to define Equipment & Drops (also applies to DropTables)

```yaml
ExampleMob:
  Type: WITHER_SKELETON
  Equipment:
    - IRON_HELMET HEAD
    - nexo:forest_sword HAND
    - nexo:forest_shield OFFHAND
  Drops:
    - nexo forest_chestplate 1to2 1.0
    - #nexo itemid amount probability
```
