-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DarkBladeDev edited this page Jan 9, 2026
·
12 revisions
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.
- 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.
- Getting Started - Installation and your first multiblock.
- Core Concepts - Understanding Controllers, Anchors, and Instances.
- YAML Specification:
- Examples - Copy-paste ready templates.
- Debugging - Tools to inspect and fix issues.
- Addon Development - Complete guide for building addons (Java).
- FAQ / Common Mistakes
- Core services
Developed by DarkBladeDev