😅
MMOBlock Docs
  • 🏠Welcome
  • 🚀Getting Started
    • ⚡Quickstart
    • ⚙️Configuration File
    • 🌎Language Messages
    • 🔌Compatibility & Requirements
    • 🔐Commands & Permissions
  • 📘Basics
    • ✨Hologram
    • 🧱Block
    • ⚖️Conditions
    • ⚒️Allowed Tools
    • 🎁Drops
  • 🔰Integrations
    • 🧲ModelEngine 4
    • 🧲PlaceholderAPI
    • 🎨MiniMessage
Powered by GitBook
On this page
  1. Basics

Block

  block:
    onSpawn:
      path: "uglyTree.yml"
      adjustPlacement:
        x: 1
        y: 0
        z: 4
    onDeath:
      path: "uglyTreeDead.yml"
      adjustPlacement:
        x: 1
        y: 0
        z: 4
#  block:
#    DIAMOND_ORE:
#      locations:
#        - 0, 0, 1, x, true
#        - 1, 0, 0, x, true
#    IRON_ORE:
#      locations:
#        - 1, 0, 1, x, true

🔹 Supported Blocks:

  • Vanilla: DIAMOND_ORE

  • Nexo: nexo_block_id

  • ItemsAdder: itemsadder_block_id

  • Oraxen: oraxen_block_id

PreviousHologramNextConditions

Last updated 11 days ago

📘
🧱