Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Fixed
- Null pointer exception in vein mining -
VeinMineUtil.findVein()now gracefully handles null origin block - Null pointer exception in area mining -
AreaMineUtil.mine3x3()now validates center block and world before use - Locale-sensitive string comparison -
AllowedActions.isAllowed()now usestoLowerCase(Locale.ROOT)for consistent behavior - Redundant validation - Removed redundant
shopCost < 0check inCustomToolDefinition.validate()(constructor already clamps) - Inconsistent action matching -
CustomToolListener.onItemHeld()now uses case-insensitive action matching consistent withonPlayerInteract()
Added
- Unit tests - Added test coverage for bug fixes in
AllowedActions,VeinMineUtil, andCustomToolDefinition
Information
| Published on | June 4, 2026 |
|---|---|
| Downloads | 4 |
Platforms
Paper (1.8-26.1.2)
Dependencies
Paper