
MobDrops++ allows you to easily edit mob drops.
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.
/mobdrops reload — Reloads all plugin configurations
mobdrops.reload — Allows the user to reload the plugin
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!"