OrbisGuard | Region Management

Region protection plugin for Hytale servers. Define areas, set flags (block-break, block-place, use), and control who can build where. Based on WorldGuard for Minecraft.

File Details

OrbisGuard-0.7.5.jar

  • R
  • Jan 27, 2026
  • 435.44 KB
  • 37
  • Early Access

File Name

OrbisGuard-0.7.5.jar

Supported Versions

  • Early Access

[0.7.5] - 2026-01-27

Added

Builder/Creative Tools Protection (requires OrbisGuard-Mixins) - Hytale's BuilderTools (Paint Brush, Flood Fill, Sculpt Brush, Paste Tool, etc.) are now blocked in protected regions where the player doesn't have build permission. Uses the build flag.

use-portals flag (requires OrbisGuard-Mixins) - Control whether players can use teleporter blocks (both F-key interaction and walk-through). Default: allow. When denied, players cannot use teleporters in the region. Usage: /rg flag <region> use-portals deny. Configurable denial message in messages.protection.portalUse.

Minimap scale config options - New config settings for servers that want OrbisGuard to control minimap zoom:

  • minimapOverrideScale - Set to true to use OrbisGuard's scale settings (default: false)
  • minimapDefaultScale - Default zoom level (default: 128.0)
  • minimapMinScale - Max zoom out (default: 32.0)
  • minimapMaxScale - Max zoom in (default: 175.0)

Fixed

Minimap opacity flags now work - The minimap-opacity and minimap-border-opacity flags (0-100) now properly blend region overlays with terrain. Set minimap-opacity 50 for semi-transparent overlays. Previously these flags were ignored and regions always rendered at full opacity.

BetterMap zoom conflict resolved - OrbisGuard was hardcoding minimap scale to 64-128, overriding BetterMap's zoom settings on every map refresh. Now uses Hytale vanilla defaults (32-175) by default, allowing BetterMap to control zoom. Set minimapOverrideScale: true in config if you want OrbisGuard to control zoom instead.

Minimap labels opt-in - Region labels on the minimap now only render if minimap-label flag is explicitly set. Previously fell back to nice-name then region ID, cluttering the map with unwanted labels.