MMOIdentifier
  • 🏠Welcome
  • 🚀Getting Started
    • ⚡Quickstart
    • ⚙️Configuration
    • 🌎Language Messages
    • 🔌Compability & Requirements
    • 🔒Commands & Permissions
  • 📘Basics
    • 🎁Items
      • 📦Basic Items
      • Item Chances
      • ⚖️Conditions
      • 💲Prices
    • 🎁Drops
      • 📦Vanilla Drop
      • 💀MythicMobs Drop
      • ⚖️Conditions
    • 💻Gui
    • 🥟Advanced Features
  • 🔰Integrations
    • 🎨MiniMessage
  • ⁉️FAQ
    • Q: How to create rainbow glowing items?
    • Q: Why aren't my MythicMobs dropping items?
    • Q: How to make player-specific drops?
Powered by GitBook
On this page
  1. Basics
  2. Drops

Vanilla Drop

# drops/example.yml
example:
  type: vanilla
  mobs:
    ZOMBIE:
      amount: 1
      chance: 20
      DropOptions:
        ItemGlowByDefault:
          enable: true
          color: RED
        Lootsplosion: true
        PerPlayerDrops: true
        ClientSideDrops: true
        ItemBeamByDefault: true
PreviousDropsNextMythicMobs Drop

Last updated 1 month ago

📘
🎁
📦