😅
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. Integrations

ModelEngine 4

ModelEngine integration allows MMOBlock to use custom models and animations for entities. This enhances the visual appearance and interactivity of custom entities.

entity:
  example_entity:
    model: example_model;1.0  # Custom models from ModelEngine can be defined in the model section.
    on_click: example_animation;0.1;0.1;1.0  # Custom animations from ModelEngine can be defined in the animations section.
    ondeathanim: example_death_animation;0.1;0.1;1.0  # Example of a death animation from ModelEngine.
PreviousDropsNextPlaceholderAPI

Last updated 9 months ago

🔰
🧲