
Command Controls
A mod that gives server owners complete control over which commands players can see and use.
Оцените первым
707
2
Список изменений
CommandControls v1.0.1
🎉 New Features
Hidden Commands
- Added
hidden_commandsconfiguration option - Commands in this list will work when typed but will not appear in tab-complete suggestions
- Perfect for hiding the "real" command when you want players to use aliases instead
- Example: Hide
/sidebarso players use/sbinstead
Command Aliases Support
- Added
aliasesconfiguration option - Define shorthand commands that map to their target commands
- If a player can use an alias, they can also use the target command (and vice versa)
- Bidirectional alias resolution - works both ways
Improved Sync Protocol
- Enhanced client-server sync to include hidden commands
- Client now properly filters hidden commands from suggestions while still allowing execution
🔧 Improvements
- Added
_hidden_infocomment to default config explaining hidden commands feature - Aliases section added to default generated config
- Better debug logging showing exactly which commands are sent to each player
- Improved alias resolution in permission checks
🐛 Bug Fixes
- Fixed aliases not appearing in tab-complete suggestions
- Fixed command tree not including alias targets when only alias is allowed
- Fixed sync packet not matching command tree contents
📝 Configuration Changes
New configuration options added:
{
"hidden_commands": [
"sidebar"
],
"aliases": {
"sb": "sidebar",
"b": "balance"
}
}
⚠️ Important Notes
- Both server AND client need to be updated to this version for hidden commands to work correctly
- Existing configs will continue to work - new options are optional
- Delete your old
commands.jsonto regenerate with new default structure, or add the new fields manually
📦 Dependencies
- Minecraft 1.20.1
- Fabric Loader 0.16.10+
- Fabric API 0.92.6+
- LuckPerms (recommended)
Файлы
CommandControls-1.0.1-1.20.1.jar(59.86 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.0.1
Загрузчики
Fabric
Версии игры
1.20.1
Загрузок
690
Дата публикации
05.01.2026
