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. Items

Item Chances

item_chance:
  "1":
    type: item
    material: diamond_sword
    chance: 30
    enchant:
      "1":
        value: "sharpness"
        level: [1-5] # Lower levels more common
        chance: 30
  • Chance Calculation: Weighted system with percentage chances

  • Enchantments: Multiple enchantment layers with level ranges

PreviousBasic ItemsNextConditions

Last updated 1 month ago

📘
🎁