Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
Platforms
Links
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
MobDrops++
Easily configurable mob drops and drop messages
MobDrops++ allows full control over mob drops in Minecraft. You can define what each mob drops, set chances and amounts, and create custom messages that appear when players receive items. The plugin is designed to be lightweight, flexible, and simple to configure.
Features
- Fully configurable drops for every mob type
- Adjustable drop chances and quantity ranges
- Option to replace or keep vanilla drops
- Customizable drop messages with placeholders
- Global or per-message enable/disable options
- Lightweight and reloadable in-game
Commands
/mobdrops reload — Reloads all plugin configurations
Permissions
mobdrops.reload — Allows the user to reload the plugin
Example Configurations
config.yml
drops:
ZOMBIE:
- item: DIAMOND
chance: 5
amount: 1-3
replace: false
message: "{@zombiedropmsg1}"
ENDER_DRAGON:
- item: DRAGON_EGG
chance: 100
amount: 1
message: "{@dragonmsg}"
messages.yml
messages:
enabled: true
zombiedropmsg1:
enabled: true
message: "&aYou got &e%amount%x %item% &afrom a &e%mob%&a!"
dragonmsg:
enabled: true
message: "&aYou got &e%amount%x %item% &afrom a &eEPIC DRAGON!"



