HomeJavaModsMobDrops [Customize Mobs and Mob Drops]
ModsJava

MobDrops [Customize Mobs and Mob Drops]

⬇ Download on Spigot
Please rate this plugin if you like it and feel free to leave suggestions :)

Mob Drops:

You are not limited to the config, the plugin is made so as new mobs come along in new versions, they can be added.

Configuration:

This zombie will drop dirt and rotten flesh.
Code (Text):
# For each mob you can decide the following:
#   change-drops        - decide if you would like to change the drops of the mob
#   keep-natural-drops  - decide if you want to keep the natural-drops
#   new-drop            - specify new drop type
#   amount-min          - minimum amount for drops
#   amount-max          - maximum amount for drops
#   chance              - chance of the mob dropping items
#   change-exp          - decide to change the amount of exp the mob drops from a player killing it
#   new-exp             - new amount of exp to drop
#   transfer-exp        - transfer the exp directly to player (no drops of exp)
#   new-health          - decide if the mob will have an alternative health
#   health              - the new amount of health the mob will have
#   spawn-on-fire       - decide to have the mob spawn on fire

zombie:
    drops:
        change-drops: true
        keep-natural-drops: true
        new-drop: dirt
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
Spoiler: config.yml
Code (Text):
# For each mob you can decide the following:
#   change-drops        - decide if you would like to change the drops of the mob
#   keep-natural-drops  - decide if you want to keep the natural-drops
#   new-drop            - specify new drop type
#   amount-min          - minimum amount for drops
#   amount-max          - maximum amount for drops
#   chance              - chance of the mob dropping items
#   change-exp          - decide to change the amount of exp the mob drops from a player killing it
#   new-exp             - new amount of exp to drop
#   transfer-exp        - transfer the exp directly to player (no drops of exp)
#   new-health          - decide if the mob will have an alternative health
#   health              - the new amount of health the mob will have
#   spawn-on-fire       - decide to have the mob spawn on fire

zombie:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
skeleton:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
creeper:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
enderman:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
spider:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
witch:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
witherskeleton:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
cave_spider:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
slime:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
silverfish:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
ghast:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
blaze:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
pig_zombie:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
villager:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
iron_golem:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
chicken:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
cow:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
horse:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
mushroom_cow:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
pig:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
sheep:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
squid:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
rabbit:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
wolf:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false
ocelot:
    drops:
        change-drops: false
        keep-natural-drops: true
        new-drop: 0
    amount:
        amount-min: 0
        amount-max: 1
        chance: 1.0
    exp:
        change-exp: false
        new-exp: 0
        transfer-exp: false
    health:
        new-health: false
        health: 0
        spawn-on-fire: false

If you enjoy this plugin I would love for your review and rating! If you have any problems please leave a comment here, or contact me directly on Discord at Alec#9221

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

MobDrops [Customize Mobs and Mob Drops] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 855 times (via Spigot). Download it and open it directly in the game.

Explore more