Description

MobEggDrops is a plugin that enables mobs to drop their spawn egg according to a percentage that you specify in the configuration. The percentages can be anywhere between 0 and 100, with 0 being the eggs will never drop and 100 being they will always drop. Unfortunately this plugin does not support some mobs such as the wither and the ender dragon as they do not have a spawn egg equivalent. I hope you enjoy the plugin.
Notice: Only supports 1.11 due to the recent addition of SpawnEggMeta in the Bukkit API.
Source code: https://github.com/Meronat/BukkitMobEggDrops
Features
- Allows mostly every mob to drop their egg.
- Configurable drop chance percentages.
- A configuration reload command.
- A command to list all chances
Commands
Soon I will have more commands and will switch to child commands, but for now one-word commands work just fine.
- /med - Reloads the plugin's configuration file.
- /medreload - An alias for reloading the plugin's configuration file.
- /medchances - Lists all chances of the spawn egg dropping for each mob.
Permissions
mobeggdrops.* - Gives someone every MobEggDrops permission.
mobeggdrops.reload - Allows you to do "/med" or "/medreload". Defaults to operators.
mobeggdrops.chances - Allows you to use the "/medchances" command. Defaults to everyone.
mobeggdrops.drops - Enables the mobs this player kills to drop their spawn egg if "check-permission" is set to true in the configuration.
To Do List
Have a suggestion for the plugin? Tell me here or on my Github issues page and I'll do my best to accommodate you.
- Use child commands instead of two different commands.
- Allow modifying of the percentages in-game.
- Use a paginated list of sorts to display the percentages.



