File Details
OrbisGuard-0.7.1.jar
- R
- Jan 24, 2026
- 408.77 KB
- 43
- Early Access
File Name
OrbisGuard-0.7.1.jar
Supported Versions
- Early Access
[0.7.1] - 2026-01-24
Fixed
chest-access flag override - Fixed chest-access allowing doors, lights, and other non-container blocks when use was denied. The chest-access flag now only applies to actual container blocks (chests, crates, etc). Non-container interactions respect the use flag as expected.
Nested region entry/exit messages - Fixed parent region's entry message triggering again when entering a child region nested inside it. Now tracks all regions the player is in as a set and computes actual entries/exits as set differences. Entry/exit messages only fire for regions you actually enter or leave.
Flag inheritance in nested regions - Entry titles and messages now query flags directly from the specific region being entered, not inherited from parent regions. This prevents parent region messages from showing when entering child regions that don't have their own messages set.
/rg info command - Fixed "/rg i regionname" throwing "expected 0 arguments" error. Now parses region ID as positional argument instead of requiring --id= syntax.
Changed
/rg flags command - Now shows all available flags grouped by type (state, set, value) instead of requiring a region ID. Use /rg i to see flags set on a specific region.