Details
Supported Bukkit Versions
Changelog
DeepGuardX v1.7.7 Changelog
Stealth Command Hiding
Permission-Based Command Access
- Introduced an advanced command hiding mechanism with conditional permission requirements
- Permission
deepguardx.use becomes CRITICAL only when command hiding is enabled
- When command hiding is disabled, permission restrictions do not apply
Command Hiding Mechanics
- When Disabled (Default):
- All players can use DeepGuardX commands normally
- No special permissions required
- Standard permission checks remain in effect
- When Enabled:
- Players MUST have
deepguardx.use permission to use ANY DeepGuardX commands
- Unauthorized players receive a generic "Unknown command" error
- Appears as if the command does not exist at all
Configuration Options
- Added
/deepguardx commandhiding command to toggle stealth mode
- Customizable error messages for hidden commands
- Default permission level: Operator (OP)
Supported Command Aliases
- Hidden commands include:
/deepguard
/dgx
/deepguardx
/deepguard-xray:deepguard
/deepguard-xray:dgx
Important Limitations
- DOES NOT hide plugin from:
/pl (Plugins list)
/help
/about
- Tab completion
- Other plugin discovery methods
Usage Notes
- Requires server restart to apply changes
- Operators can configure via console or in-game
- Carefully manage
deepguardx.use permission when enabling command hiding