MOB DROPS This is a simple mob drops plugin to modify the item drops of mobs. The drops are independent of each other and the drop chances don't have to add up to 100%. Easy to use & efficient.
Commands:
/mobdrops (reloads the config with new drop values)
Permissions:
mobdrops.reload (used to run the /mobdrops command)
Code (Text):
# -= Mob Drops =-
# Created by Scill
#
# zombie:
# rotten_flesh:
# - 0 50
# - 1 30
# - 2 20
# coal:
# - 1 100
# - 2 100
# carrot:
# - 1 5
#
# ^ Each drop is independent of the other, and
# drop chances don't have to add up to 100%,
# so the above has a 50% for 0 rotten flesh,
# a 50% for 2 coal, and a 100% for 1 carrot.
#
# Format of loot is "[amount] [percent]"
#
# Mob names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
# Item names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
#
zombie:
rotten_flesh:
- 0 50
- 1 30
- 2 20
coal:
- 1 100
- 2 100
carrot:
- 1 5
skeleton:
bone:
- 1 100
TOS:
You may not claim this plugin as your own.
If there is a bug, please PM me so I can squash it!
If you have any questions, feel free to message me!