Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
The core of the NorrionProject ecosystem — Required for all NorrionProject plugins
NorrionProject Plugin Core - Changelog v1.5.0
✨ New Features
- Added admin commands to inspect and manage custom blocks in the world:
/npcore customblock chunk [page]— lists the custom blocks placed in the chunk you're standing in, with paginated navigation/npcore customblock target— shows the custom block data (namespace, id, position, world) of the block you're looking at/npcore customblock remove <x> <y> <z>— removes the custom block data at the given coordinates/npcore customblock write <namespace:id>— writes an arbitrary custom block type onto the block you're looking at (debug tool)
- Custom block support for FastAsyncWorldEdit is now generic infrastructure (
CustomBlockFaweRegistry/CustomBlockFaweStrategy) instead of being hand-rolled per feature — copying, pasting, and loading schematics now preserves custom block data (placement, pattern parsing, and world lookup) for any registered custom block type, not just chisel.
🔧 Improvements & Fixes
- Increased the maximum length of a custom block's
idto support types that encode more data (e.g. multi-material composite blocks)
Platforms
Paper
26.1–26.1.2
Dependencies
Paper
- VaultUnlocked Optional