File Details
OrbisGuard-0.7.4.jar
- R
- Jan 25, 2026
- 432.48 KB
- 322
- Early Access
File Name
OrbisGuard-0.7.4.jar
Supported Versions
- Early Access
[0.7.3] - 2026-01-25
Added
Workbench chest access exploit - Added fix to exploit where players could place a workbench on unprotected land adjacent to a protected region and access chests inside the region via the crafting table's material search feature. The mixin now filters out containers that the player doesn't have chest-access permission to use.
Water bucket pickup protection - New OrbisRefillContainerInteraction prevents players from picking up water/fluids with buckets or refilling watering cans in protected regions. Uses block-break flag (falls back to build).
Hoe tilling protection - New OrbisChangeFarmingStageInteraction prevents players from using hoes to till soil or change farming stages in protected regions. Uses block-place flag (falls back to build).
Capture crate protection - New OrbisUseCaptureCrateInteraction prevents players from capturing animals with crates or releasing captured animals in protected regions. Uses new mob-capture flag (falls back to build).
mob-capture flag - New state flag to control whether non-members can capture or release animals with capture crates. Default: deny for non-members. Example: /rg flag spawn mob-capture allow
Changed
Interaction codecs - OrbisGuard now registers 7 protected interaction codecs (was 4): PlaceFluid, CycleBlockGroup, ChangeState, Seating, RefillContainer, ChangeFarmingStage, UseCaptureCrate.