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

Basic Items

# items/example.yml
example:
  displayname:
    name: 
      value: "&7Unidentified Item"
    prefix: 
      value: "<#5f6669>[</#5f6669><#FFA500>Unknown</#FFA500><#5f6669>]</#5f6669> "
  lore:
    - "<gray>Unidentified Weapon"
    - "<red>Identify this on Identifier NPC"
  material:
    value: GUNPOWDER
  • Display Name: Combine prefix, name, and suffix using MiniMessage

  • Material: Supports Vanilla and MMOItems (SWORD:KATANA)

PreviousItemsNextItem Chances

Last updated 1 month ago

📘
🎁
📦