Releases: rockyhawk64/CommandPanels
Releases · rockyhawk64/CommandPanels
CommandPanels v3.21.4.2
Bug Fixes / Improvements
- Added oraxen= (name) tag to add custom oraxen items to panels
- Custom heads are now working for 1.21.1 (Paper build 78 and up) as a change broke them from functioning (now using the newer PlayerProfile instead of GameProfile method for heads)
- Stops colour codes from executing when they shouldn't when the nopapi= command tag is being used
- Fixes to stop TokenManager support from breaking on occasion due to Maven issues
- Has Sections would execute in order top to bottom instead of numbered order, this has now been fixed
CommandPanels v3.21.4.1
Fixes issues caused by Minimessage
- Added the ability to add new lines with \n to any element in Floodgate forms instead of just the SimpleModal subtitles
- Bug fixes causing the plugin not to launch in some Minecraft versions such as 1.8.8 (only when using PandaSpigot), Paper 1.12, 1.17 and possibly a few more. Vanilla Spigot was unaffected.
CommandPanels v3.21.4.0
Highly Requested New Features
- Added ItemsAdder support with the itemsadder= tag
- MiniMessage support has been added throughout the entire plugin. Interactive (clickable / hoverable) features are still just available in minimessage= tag
- Added hasnoperm= which is the reverse of the hasperm= tag
- Added %cp-name-% to get an items name in a slot
- Added %cp-lore-% to get an items lore in a slot (uses \n for different lines)
- Fixed bugs on Bedrock edition when switching between different panels
- Placeholders can now also be used instead of numbers for slot numbers
CommandPanels v3.21.3.4
Minecraft 1.21.1
- Support for 1.21.1 added
- Built in redundant vote points placeholders removed
CommandPanels v3.21.3.3
Various improvements & fixes
- Added the ability to use has sections in floodgate forms
- Added potion-color which can be used to set custom potion colours
- Improvements to how custom head textures are cached by the plugin
- noAttributes for 1.21 now working
- Fixes potions not working in MC 1.8
- Fixes to setcustomdata=
CommandPanels v3.21.3.2
Bug Fixes & Patches
- Fixes logic behind Has Sections, would have issues in edge cases such as OR operations being used three times in a row
- Improved ability to remove attributes from items in new MC versions
3.21.3.1
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
CommandPanels v3.21.3.0
Bug Fixes and NBT update
- Improvements to NBT supporting string, integer, double, float, long, short, boolean, byte instead of just strings
CommandPanels v3.21.2.5
Small Bug Fixes
- Fixes item-paywall when using multi-paywall, previously would always return insufficient items
- Using panelType static is no longer required for custom heads to not flicker
CommandPanels v3.21.2.4
Fixes and Improvements
- Fixes to item-paywall for MC 1.8 servers
- data command tags will now read placeholders provided for player names and in data keys/names
- NBT fixes for items with zero modifications (eg, no name provided for item) to be removed from panels with item double clicks
- Removed noNBT itemType as the plugin will automatically give CommandPanels NBT only to items that need it