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.7.jar

  • R
  • Jan 28, 2026
  • 428.13 KB
  • 742
  • Early Access

File Name

OrbisGuard-0.7.7.jar

Supported Versions

  • Early Access

[0.7.7] - 2026-01-28

Added

Entity entry protection - New entity-entry flag prevents non-player entities (mobs, animals, NPCs) from existing inside a region. When set to deny, entities that enter the region are removed. Default: allow. Usage: /og flag myregion entity-entry deny

Config options:

  • entityEntryProtectionEnabled - Enable/disable the system (default: true)
  • entityEntryCheckInterval - Ticks between checks (default: 10, ~0.5 seconds)

Performance notes: Rate-limited checks spread across ticks, skips player entities (handled by existing entry system), early-exits for entities not in regions. Entities may penetrate 1-2 blocks before removal due to rate limiting.

Region group option for flags - Use -g <group> to control who a flag applies to, like WorldGuard. Example: /rg flag spawn build -g all deny denies building for everyone including members/owners.

Available groups:

  • all - Everyone
  • members - Members and owners
  • owners - Only owners
  • nonmembers - Non-members only (default for most flags)
  • nonowners - Everyone except owners
  • none - Nobody

Extended portal protection (requires OrbisGuard-Mixins) - The use-portals flag now blocks all portal types: Portal blocks (enter adventure worlds), PortalReturn blocks (exit to hub), Ancient Gateway, Forgotten Temple Gateway, and other instance teleporters.

Fixed

Entry/exit deny with group membership now works - Fixed a regression where entry: deny and exit: deny flags didn't respect group membership (e.g., g:vip as region member). Players in LuckPerms groups added as region members can now enter/exit regions correctly.

Removed

SimpleClaims and EasyClaims integrations removed - The external claim plugin integrations have been removed from the map builder. Claim plugins should now create native OrbisGuard regions with the minimap-color flag instead of relying on custom integration code. This improves map rendering performance by eliminating reflection-based lookups and simplifies the codebase.

Changed

Map rendering now uses only OrbisGuard regions - The minimap/worldmap now exclusively renders OrbisGuard regions. Plugins like WiFlow's Claims that create OrbisGuard regions will have their colors displayed correctly via the minimap-color flag.