File Details
OrbisGuard-0.8.7.jar
- R
- Mar 14, 2026
- 466.07 KB
- 380
- Early Access
File Name
OrbisGuard-0.8.7.jar
Supported Versions
- Early Access
[0.8.7] - 2026-03-14
Fixed
Claim-plugin break permissions ignored on DamageBlockEvent fallback - HammerProtectionSystem handles both hammer-style interactions and normal mining through DamageBlockEvent. When it fell back to block-break or build, it still reported the action to protection hooks as BLOCK_DAMAGE. Claim plugins such as WiFlowsClaims therefore evaluated the wrong permission and could deny mining even when the player's trusted rank had block-break allowed. The fallback path now reports BLOCK_BREAK to protection hooks, so rank-based break permissions override correctly.
Dedicated seat hook action for claim plugins - Seating checks now report a separate SEAT action to protection hooks instead of masquerading as generic BLOCK_USE. Seat protection also consults hooks even when the region seat flag allows the interaction, so claim plugins can actively allow or deny chairs per rank.
Release metadata alignment - Main plugin, API, and mixin companion versions are now aligned again for deployment and release packaging.