Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
1.21.1
1.20.1–1.20.3
Platforms
Supported environments
Creators
Details
Licensed GPL-3.0-only
Published last week
Updated last week
Custom Chest Menus - Just like you know them from plugin servers
Custom Chest Menus is a mod for Minecraft that allows server owners to create custom chest menus with various functionalities. This mod is designed to enhance the gameplay experience by providing interactive and customizable interfaces for players.
Features
Custom Chest Menus enables all server owners to create custom chest menus by writing it out in JSON files.
Player
- Open any menu with a single command:
/ccm open <menu>
Server owners
- Create custom chest menus using JSON files
- See JSON Spec file for structure of JSON file.
- Or use the starter example menu.
- Reload all menus in-game through a command
/ccm reload
(Requires permission level 2) - Currently supported actions:
- Teleport to a location (also supports cross dimensions)
- Run a command as player or server
- Placeholders:
%player%
will be replaced with the player's name.%uuid
will be replaced with the player's UUID.
- In the future more placeholders will be supported
- Placeholders:
- Close menu
- Pagination
- Next page
- Previous page
- Jump to page
Roadmap
Near future
-
More placeholder support
-
Allow for modded items to be used.
-
Better logging all around the mod
-
Better errors in JSON parsing, and command outputs.
No timeline
-
Better permission support
-
Reload menus open by players, if server owner reloads menus.
Guides
This section provides small, but meaningful guides/snippets for server owners to get started with Custom Chest Menus.
Starter example
You can find the starter example JSON file here.
Links
Join my Discord for support and updates! (Just created, so barebones)