Mob drops
This page has all of the information related to configuring the mobs sections.
📝 Example configuration:
example_mob:
mob: ZOMBIE
mob_name: "Example zombie"
cancel_default_drop: true
drops:
drop1:
chance: 0.1
item:
material: EMERALD
name: "Zombie's Emerald"
lore:
- "A rare drop from zombies"
enchants:
- "PROTECTION:2"
message: "You have received a Zombie's Emerald!"
experience: 20
money: 100.0Last updated