File Details
BlueprintNexus-1.3.0
- R
- May 9, 2026
- 47.96 KB
- 50
- Early Access
File Name
BlueprintNexus-1.3.0.jar
Supported Versions
- Early Access
BlueprintNexus v1.3.0 — The "Archives & Performance" Update
This major update focuses on workflow efficiency and server stability, making it easier than ever to manage and deploy large structure libraries in Hytale.
Key Features:
- 📦 Native ZIP Archive Support: No more manual extraction! You can now drop ZIP archives containing your structures directly into the
prefabsfolder. The mod recursively scans and loads all valid JSON structures from within archives automatically. - 🌍 Smart Biome Inheritance: Folder and archive names containing bracketed tags (e.g.,
[desert],[forest]) now automatically apply those biome filters to all nested structures. This significantly simplifies large library organization. - ⚡ Asynchronous Initialization: The entire structure scanning and "warmup" process has been refactored to run in background threads (
ForkJoinPool). This completely eliminates server lag during startup or when executing the reload command. - đź› Refactored Command System: Commands have been updated to follow Hytale's hierarchical standards. Use
/bn reloadto refresh your structure registry on the fly without restarting the server. - 🔍 Advanced Diagnostics: Improved logging and real-time validation. The plugin now identifies resolution conflicts and provides warnings for third-party mods that may cause load-order issues.
Technical Improvements:
- Increased scan limit (MaxExtent) to 512 blocks to support massive architectural builds.
- Optimized memory footprint when traversing virtual file systems (VFS) inside ZIPs.
- Added asset readiness validation to prevent "pink box" issues during early world generation.