Skip to content

Mob Drops Configuration

SmartSpawner allows you to customize mob drops and experience through the mob_drops.yml file. Control what items spawners generate, drop rates, quantities, and special properties.

MOB_NAME:
experience: <number>
loot:
ITEM_ID:
amount: <min>-<max>
chance: <percentage>
# Optional properties
durability: <min>-<max>
potion_effect:
type: <POTION_TYPE>
extended: <true/false>
upgraded: <true/false>
PropertyFormatDescription
experience5XP generated per spawner trigger
amount1-3Quantity range of items generated
chance50.0Drop probability (0.0-100.0)
durability1-384Durability range for tools/weapons
potion_effectObjectFor potions and tipped arrows
potion_effect:
type: POISON # Effect type
extended: false # Longer duration
upgraded: true # Higher potency

Note: Only one of extended or upgraded can be true.

ZOMBIE:
experience: 5
loot:
ROTTEN_FLESH:
amount: 0-2
chance: 100.0
IRON_INGOT:
amount: 1-1
chance: 0.83
CARROT:
amount: 1-1
chance: 0.83
POTATO:
amount: 1-1
chance: 0.83
SKELETON:
experience: 5
loot:
BONE:
amount: 0-2
chance: 100.0
ARROW:
amount: 0-2
chance: 100.0
BOW:
amount: 1-1
chance: 8.5
durability: 1-384
STRAY:
experience: 5
loot:
BONE:
amount: 0-2
chance: 100.0
ARROW:
amount: 0-2
chance: 100.0
BOW:
amount: 1-1
chance: 8.5
durability: 1-384
TIPPED_ARROW:
amount: 0-2
chance: 50.0
potion_type: SLOWNESS

Hostile: ZOMBIE, SKELETON, CREEPER, SPIDER, ENDERMAN, BLAZE, WITCH Passive: COW, PIG, CHICKEN, SHEEP, VILLAGER Boss: ENDER_DRAGON, WITHER, WARDEN

Full List: Paper Entity Documentation

Items: IRON_INGOT, GOLD_INGOT, DIAMOND, EMERALD, STRING, BONE Food: BEEF, PORK, CHICKEN, BREAD, CARROT, POTATO Weapons: DIAMOND_SWORD, BOW, CROSSBOW, TRIDENT

Full List: Paper Material Documentation

HEALING, HARMING, POISON, REGENERATION, STRENGTH, WEAKNESS, SWIFTNESS, SLOWNESS, FIRE_RESISTANCE, INVISIBILITY

Full List: Paper PotionType Documentation

  1. Experience must be non-negative number
  2. Amount format: min-max where min ≤ max
  3. Chance between 0.0-100.0
  4. Valid entity and material names only
  5. Potion effects: only one enhancement per effect
BAT:
experience: 0
# No loot section = no drops

SmartSpawner includes comprehensive defaults based on Minecraft Wiki data.

  • View Online: GitHub Repository
  • Auto-Regenerate: Delete mob_drops.yml and restart server