Custom Chest Menus

A mod that allows servers to create custom chest menus like seen in plugin servers.

File Details

CustomChestMenus (Forge) - v1.7.0 - 1.20.1

  • R
  • Jan 25, 2026
  • 125.80 KB
  • 204
  • 1.20.1
  • Forge

File Name

customchestmenus-forge-1.20.1-1.7.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:custom-chest-menus-1343005:7527437")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.7.0 - 1.20.1

  • Added support for setting stack size
  • Fixed bug with player inventory slots sitting 1 pixel too low
  • Added NBT data support for menu items.
  • Improved menu validation
  • Added interactivity for Custom Chest Menus
    • /ccm bind <menu_id> Starts binding process, where if a block or entity is right-clicked it will bind the menu to the block/entity.
      • If a user right-clicks this block/entity it opens the menu.
      • /ccm stop-binding to exit binding mode.
      • /ccm unbind to start unbinding blocks or entities, where if a bound block/entity is right-clicked it will unbind the menu from the block/entity.
    • /ccm list-bindings Shows a chat list of all bound blocks and entities and a text element to teleport to it.
    • /ccm bind-overlay Toggles an overlay, which draws boxes around blocks and entities that are bound to a menu if within 64 blocks of it.