Hotfix update focused on console tab-completion support and cleaner command suggestion handling.
| Added - Added tab-completion support for console command senders. - Added console suggestions for supported commands such as `about`, `reload`, `regen`, `reset`, `create`, `delete`, `info`, `tp`, `rtp`, `edit`, `save`, and `confirm`. - Added region-name suggestions for console-supported region commands. - Added player-name suggestions for teleport / RTP tab completions.
| Changed - Simplified XRR tab-completion checks for cleaner and more reliable command matching. - Shared the console command allow-list between command execution and tab-completion logic. - Replaced several regex-based tab-completion checks with direct case-insensitive comparisons.
| Fixed - Fixed XRR console tab completions returning no useful suggestions. - Fixed console command validation to use stable lowercase matching.
| Notes / Recommendations - No config changes are required for this update.