AfroPlugins
  • AfroPlugins
  • AfroPlayerTitles
    • AfroPlayerTitles Home
    • Installation
    • Commands / Permissions
    • Placeholders
    • Configuration
      • Configuration
      • Messages
      • Database
  • AfroPets
    • AfroPets Home
    • Installation
    • Commands / Permissions
    • Placeholders
    • Configuration
      • Configuration
      • Messages
      • Pets
      • Colors
  • AfroDropChanger
    • AfroDropChanger Home
    • Installation
    • Commands / Permissions
    • Configuration
      • Block drops
      • Mob drops
  • AfroGlobalVelocityChat
    • AfroGlobalVelocityChat Home
    • Installation
    • Commands / Permissions
    • Configuration
      • Configuration
Powered by GitBook
On this page
  1. AfroDropChanger
  2. Configuration

Mob drops

This page has all of the information related to configuring the mobs sections.

PreviousBlock dropsNextAfroGlobalVelocityChat Home

Last updated 4 months ago

📝 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.0

Item name and lore supports MiniMessage format, more informations .

You can skip this fields in item configuration:

  • name

  • lore

  • enchants

  • message

  • experience

  • money - Required Vault and Economy plugin to work!

And "mob_name" field in mob configuration.

Change "cancel_default_drop" to false, allow players to gain default drop from mob.

Material and mob type list can be find on and !

here
Spigot Java Docs (Material list)
Spigot Java Docs (EntityType list)