Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
qMobsDropEggs
PluginMIT

qMobsDropEggs

Mobs drop their respective spawn eggs! Fully configurable!

600
Downloads
3
Followers
1 years ago
Updated
📦
2
Versions
game-mechanicsmobsbukkitpaperpurpurspigot
Download Latestv1.1.0View on Modrinth

📖About qMobsDropEggs

Modrinth Download Link Discord Invite GitHub Source Code Paypal Donation Link Supported Versions: 1.20.2

Mobs will drop their respective spawn eggs!


Tested Versions

Minecraft: 1.20 to 1.20.2

Servers: Paper, Pufferfish, Purpur or any other stable paper fork.

Spigot or modded hybrids will most *likely* work, but will recieve no support. If you're still using spigot, it is HIGHLY recommend you upgrade to Paper

Configuarble Features

  • Prevent certain mobs from dropping their spawn egg*
  • Have different drop rates for each mob
  • Increase the drop rates when using looting enchant
  • Disable in certain worlds

*Note: Only supports mobs that have valid spawn eggs. Full list can be found here


Config

####################################################################
# +--------------------------------------------------------------+ #
# |                     qMobsDropEggs Config                     | #
# |   Source:   https://www.github.com/QarthO/qMobsDropEggs/     | #
# |   Download: https://www.modrinth.com/plugin/qMobsDropEggs/   | #
# |   Donate:   https://www.quartzdev.gg/donate/                 | #
# +--------------------------------------------------------------+ #
####################################################################

version: 1.0.0
check-updates: true

# Will only drop an egg if killed by a player
requires-player-killer: true
# Will check if the player has the permission: 'qMDE.player'
killer-requires-permission: true

# Mobs won't drop eggs if their spawn reason matches anything in this list
# If you want this empty set this to >> blacklist-spawn-reasons: []
# SpawnReason List: https://jd.papermc.io/paper/1.16/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
blacklisted-spawn-reasons:
  - SPAWNER

# If set to true, this will treat the above spawn-reason list as a whitelist
invert-blacklisted-spawn-reasons: false

# Name of the world where the plugin will be disabled
disabled-worlds:
  - hub
  - creative

# Should the drop chance be increased by looting
# Each level of looting adds 1% to the drop-chance
factor-looting: true
# Changes the drop chance calculation when factoring in looting
# But only if it is below the breakpoint
# Now final drop chance = drop chance * (1 + looting level)
# Example: drop chance of .05% with looting 3
#         0.05% * (1 + 3) = .2%
# complex-looting only makes sense for smaller numbers you want to keep small
# factor-looting must be set to true
complex-looting: true
complex-looting-breakpoint: 1

# The odds of a spawn egg from dropping when a player kills a mob
# 1 would be 1% chance, (supports decimals)
drop-chance:
  default: 1
  mobs:
    SHULKER: .01
    IRON_GOLEM: .1
#    PHANTOM: 10
#    VILLAGER: .1

# Prevent certain mobs from dropping spawn eggs
# Spawn Egg list: https://minecraft.wiki/w/Spawn_Egg
# EntityType format: https://jd.papermc.io/paper/1.20/org/bukkit/entity/EntityType.html
blacklisted-mobs:
  - ENDER_DRAGON
  - WARDEN
  - WITHER
  - WANDERING_TRADER

This plugin uses bStats. You can opt-out in the bStats config

bStats qSpleef

👥 Team & Contributors

QarthO
QarthOOwner
Strwbry
Strwbry
Member

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.20.51.20.61.211.21.1

🔗 Links

Modrinth Page