Skip to content
DarkBladeDev edited this page Jan 9, 2026 · 12 revisions

MultiBlockEngine Wiki

Welcome to the official wiki for MultiBlockEngine, a powerful and modular Spigot plugin for creating custom multiblock structures with complex behaviors using a simple YAML scripting system.

🚀 Key Features

  • Modular Design: Create unlimited custom structures without writing Java code.
  • ECA System (Event-Condition-Action): Define complex logic using events (on_interact, on_tick), conditions (permissions, states), and actions (commands, effects).
  • Performance: Optimized with async database saving and efficient tick handling.
  • Visuals: Built-in support for Holograms (TextDisplays) and particle effects.
  • Developer Friendly: Extensible API for registering custom Actions, Conditions, and Matchers.

📚 Documentation Structure

  1. Getting Started - Installation and your first multiblock.
  2. Core Concepts - Understanding Controllers, Anchors, and Instances.
  3. YAML Specification:
  4. Examples - Copy-paste ready templates.
  5. Debugging - Tools to inspect and fix issues.
  6. Addon Development - Complete guide for building addons (Java).
  7. FAQ / Common Mistakes
  8. Core services

Developed by DarkBladeDev

Clone this wiki locally