KeybindHider - Hiding Key Assignments in Minecraft
This modification provides a convenient system that allows hiding key assignments in the game control section. This is particularly useful for restricting player access to certain key combinations.
It's important to note that the mod only makes key assignments invisible in the interface. If you need to completely disable the functionality of certain keys, it's recommended to first reset their bindings and then hide them.
The modification is only required on the client side.

Configuration
To configure, you need to find the keybindhider.json file in the ./minecraft/config folder. In this file, you'll discover the following structure:
{
"hiddenCategories": [],
"hiddenKeybinds": [],
"consoleLogs": false
}
In the hiddenCategories and hiddenKeybinds lists, you need to add the identifiers of the key assignments you want to hide. To track the hiding process and determine identifiers of external key assignments, you can activate the consoleLogs option, which will display relevant information in the client console.
To obtain identifiers of standard Minecraft key assignments and become more familiar with the mod's operation, it's recommended to refer to the corresponding documentation.

Compatibility
The modification can work with key assignments from other mods provided their identifiers are known.

Support and Feedback
If you encounter problems or have suggestions, you can seek help in the relevant community by creating a support ticket.