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

Advanced Features

Custom Animations

gacha_animation:
  duration: 40 # ticks
  spin_speed: 1.3 # multiplier
  slowdown_speed: 2

Special Drop Effects

DropOptions:
  ItemGlowByDefault:
    enable: true
    color: RAINBOW # Dynamic color cycling
  Lootsplosion: true
  ClientSideDrops: true
  ItemBeamByDefault: 
    enable: true
    color: "#FFA500"

MMOItems Integration

material: SWORD:KATANA
mmoitems:
  matchlevel: true
  getlevel: "%mmocore_level%"
PreviousGuiNextMiniMessage

Last updated 1 month ago

📘
🥟