Command UIs - Creating Custom User Interfaces
This mod provides the ability to create personalized interfaces with buttons, each of which can execute any command in the game.
Main Features
Using this tool, you can create unlimited number of interfaces, each of which can contain any number of buttons. All commands executed through buttons run with server administrator privileges.
Interface configuration is stored on the server side, ensuring security and centralized management. You can show or hide any interface for players using the /execute as command.
Interface Examples

Management Commands
/cui show <uiName>- show interface/cui hide- hide interface/cui addUi <name> <Title>- add new interface/cui removeUi <name>- remove interface/cui addButton <uiName> <buttonName> <command>- add button/cui removeButton <uiName> <buttonName>- remove button
Technical Details
Configuration file location: <serverFolder>/cui.json
For the mod to work, installation on both client and server is required, as well as the presence of CreativeCore mod.
Planned Updates
- Button search
- Client version
- Hotkeys for opening interfaces
- Porting to Fabric
- Support for new Minecraft versions