CommandPanels v4.2.0

Details

  • Filename
    CommandPanels.jar
  • Uploaded by
  • Uploaded
    Jun 10, 2026
  • Size
    247.54 KB
  • Downloads
    87
  • MD5
    1a5193efccab043f8ced273856cb7749

Supported Bukkit Versions

  • 26.1
  • 26.1.1
  • 26.1.2

Changelog

Dynamic Logic Update
- Added session eval tag
Dynamically change data values based on conditional logic with `[session] eval <key> :: <conditions> :: <true_val> :: <false_val>`
- Added refresh commands inventory panels. These will run on every refresh of the panel, not just when it initially opens (runs after open commands)
- Condition parser no longer parses underscores to spaces. spaces are now supported.
If you were using underscores in your conditions due to this, you can now revert those back to spaces.
- Folia (CanvasMC specific) fix to open panels via console commands
- Add file name to generator output
- Skip cancelled PlayerCommandPreprocessEvent
- Permission observer moved to hashset to avoid object retention
- Small optimisations to command tags