
Custom Chest Menus - Just like those you know from plugin servers
Custom Chest Menus provides Minecraft server owners with the ability to create unique chest menus with various functional options. This modification significantly expands gameplay possibilities by offering users interactive and customizable interfaces.
Main Features
The modification allows configuring chest menus through JSON files without much complexity.
For Players
- Access any menu with a single command:
/ccm open <menu>
For Server Owners
- Creating custom menus through JSON configurations
- Updating all menus during gameplay using
/ccm reload
command (requires permission level 2) - Supported actions:
- Teleportation (including cross-dimensional travel)
- Executing commands as player or server
- Using placeholders:
%player%
will substitute player's name%uuid
will be replaced with player's UUID- Additional placeholders planned for future updates
- Closing menus
- Pagination functionality:
- Next page
- Previous page
- Jump to specific page
Development Roadmap
Near Future Updates
- Expanded placeholder support
- Compatibility with items from other modifications
- Improved logging system
- More understandable error messages in JSON and commands
Long-term Plans
- Enhanced permission system
- Automatic menu updates for players when server reloads menus
Tutorials
This section provides basic examples for quick start with Custom Chest Menus.
Starter Example
Basic menu configuration can be studied to understand structure and working principles.
Video Materials
Mod functionality demonstrations help better understand capabilities and application methods.