CommandPanels v4.1.3

Details

  • Filename
    CommandPanels.jar
  • Uploaded by
  • Uploaded
    Oct 20, 2025
  • Size
    242.96 KB
  • Downloads
    366
  • MD5
    f65505547a09867484127a1c80afd1e4

Supported Bukkit Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8

Changelog

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.