File Details
OrbisGuard-ALL-0.4.0.zip
- R
- Jan 17, 2026
- 342.46 KB
- 352
- Early Access
File Name
OrbisGuard-ALL-0.4.0.zip
Supported Versions
- Early Access
[0.4.0] - 2025-01-17
Added
Entry/Exit command flags - Execute commands when players enter or leave regions. Use entry-command and exit-command flags with SetFlag operations (add/remove/list/clear). Supports three command types: PLAYER: (execute as player, default), CONSOLE: (execute as server console), SEND: (transfer player to another server in host:port format). Placeholders available: %player%, %uuid%, %region%, %world%. Example: /rg flag spawn entry-command add CONSOLE:broadcast %player% entered spawn!
Config option: entryExitEventsEnabled - Toggle to enable/disable entry/exit command execution (default: true).
Changed
Fixed
EasyClaims integration chunk calculation - Fixed chunk size calculation to use correct 36-block chunks instead of incorrect value.
Command blocking (blocked-cmds flag) - CommandManagerMixin was missing from mixin config in 0.3.0, now properly registered.
Flag command multi-word values - Flag command now correctly accepts values with spaces (e.g., /rg flag region greet-message Welcome to the arena!).

