CommandPanels

Fully Custom GUI Menu Maker & Menu Builder Plugin. Design interactive GUIs with Inventories, Dialogs, or Floodgate, powered by animations and logic. Includes an Online GUI Editor for effortless menu creation.

File Details

CommandPanels v4.1.3

  • R
  • Oct 21, 2025
  • 242.96 KB
  • 379
  • 1.21.10+2

File Name

CommandPanels.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8

New features and some bug fixes

  • Colours will no longer parse inside dialog input fields
  • Colours will no longer parse on command execution
  • Inventory lock added, when enabled players will not be able to move their inventory items while a panel is open
  • Messages will not send if set to an empty string in the lang file
  • Close commands has been added, commands run when panel is closed (only works on Inventory Panels)
  • Commands (open commands) layout has been updated. (See Below)

Before:

commands:
- '[msg] Panel has been opened'

After:

open:
  commands:
  - '[msg] Panel opened'

The change was made to keep it uniform with outside and close commands, and it now supports requirements and fail by using the Command Actions system.