# Mob drops

## 📝 Example configuration:

```yaml
example_mob:
  mob: ZOMBIE
  mob_name: "Example zombie"
  cancel_default_drop: true
  drops:
    drop1:
      chance: 0.1
      item:
        material: EMERALD
        name: "Zombie's Emerald"
        lore:
          - "A rare drop from zombies"
        enchants:
          - "PROTECTION:2"
      message: "You have received a Zombie's Emerald!"
      experience: 20
      money: 100.0
```

{% hint style="info" %}
Item name and lore supports MiniMessage format, more informations [here](https://docs.advntr.dev/minimessage/format.html).
{% endhint %}

{% hint style="warning" %}
Material and mob type list can be find on [Spigot Java Docs (Material list)](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) and [Spigot Java Docs (EntityType list)](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html)!
{% endhint %}

You can skip this fields in item configuration:

* name
* lore
* enchants
* message
* experience
* money - Required Vault and Economy plugin to work!

And "mob\_name" field in mob configuration.

Change "cancel\_default\_drop" to false, allow players to gain default drop from mob.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://afroplugins.gitbook.io/afroplugins-docs/afrodropchanger/configuration/mob-drops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
