CommandPanels v3.21.3.1

Details

  • Filename
    CommandPanels.jar
  • Uploaded by
  • Uploaded
    Jun 21, 2024
  • Size
    937.58 KB
  • Downloads
    243
  • MD5
    872a69e46c6721b3626684a1d844693b

Supported Bukkit Versions

  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

PaperMC 1.21 Support & Features

  • Spigot 1.21 support was added in the last version, a patch has been applied from NBT API so that Paper now works with 1.21
  • To avoid server stalling with complex panels, data now only works with players who have logged into the server before. (Any player that has also been cached by the server will also work).
  • Added %cp-uuid-<playerName>% placeholder to return player's UUID, or returns 'unknown' if the player hasn't logged into the server before. Useful as now logic can now be used in panels with this, as if the player doesn't exist or hasn't logged in before, the placeholder will return 'unknown'.
  • Removed allow-unsafe-minimessage requirement in config.yml as it would stop functionality without being set to true, and isn't required anymore