Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Links
Tags
Creators
Details
Licensed Shadow Tab
Published 10 months ago
🎉ShadowTab – Hide commands from tab-completion
With the ShadowTab-feature, you can easily hide your plugin commands from being visible in the / -completion. This keeps your commands private and looks more professional – perfect for keeping your server command list clean of unnecessary information or to avoid nosy players.
🔐 Feature:
- Hides all or selected commands from tab completion (e.g. /smar)
- Prevents players from seeing commands they don’t have permission to
- Contributes to a cleaner and more secure command interface
config.yml
#You type the command you want to hide here
hidden-commands:
- pl
- plugins
- version
- ver
- about
- help
- reload
- rankup


