Mob Loot
Configure mob loot and toggle it on or off
How to disable loot for a mob?
How to configure mob loot?
# Drops Configuration
# Command drops are supported! Set `command: 'your command here'`, %player% placeholder is supported as a player name
# Is Looting (Vanilla Enchant) enabled for this mob's drops?
lootingEnabled: true
# How much exp should the mob drop?
exp: 1-3
# This only works for Vanilla mobs, decides whether vanilla drops should be disabled or not
disableVanillaDrops: true
drops:
0:
chance: 45
type: IRON_INGOT
amount: 1-2
# List all levels which should have this drop
forLevels: 0-19
1:
chance: 10
type: IRON_INGOT
amount: 1-2
# Only upgraded spawners will have a chance to get this drop
forLevels: 1-19Items
Commands
Last updated