Releases: crashdemons/DisplayItem-Spigot
Releases · crashdemons/DisplayItem-Spigot
v2.21.0 alpha - for 1.21
Full Changelog: v2.10.0...v2.21.0
v2.10.0 - 1.20.x support
- Added obfuscation mapping for 1.20 support. Guess what, it's still the letter "b"...
v2.9.10 (1.19 support)
- 1.19 support (will not support 1.19.1 or etc)
v2.9.9 - support for 1.18.2
Merge origin/master
v2.9.8 - version bump for 1.18.1 (does not support 1.18.2)
Merge origin/master
v2.9.7 - speculative fix for 1.18 (supports 1.13-1.18.0 ONLY)
attempt update for 1.18 (will break on next major or minor update)
v2.9.6 - 1.17 interim fixes (WILL NOT WORK ON 1.18)
interim fixes for 1.17
v2.9.4 - bugfixes
bugfix: correctly forward internal DI events (incl. ReplacedChatEvent) directly to DI code without adapters needing to be applied.
This patches the advisory GHSA-848q-2vxp-759r
Note: 2.9.4-SNAPSHOT and 2.9.4 Release are identical
v2.9.2: bugfix
Fixes the ability to share items in chat with dollar signs in the name.
v2.9.1: item-minimization and bugfixes
Changes since the previous release (v2.8.0):
from v2.9.0:
- feature: added item-minimization option
minimize-itemswhich when enabled will attempt to reduce the size of books and shulker boxes in order to fit more of them into chat. (from v2.9.0) #7
new in v2.9.1:
- bugfix:
%booktitle%and variants now have the book title overriden by the displayname/anvil name - like in vanilla. #9 - bugfix: items with bookmeta now always default to
bookformatregardless of whether they have been renamed. This fixes page counts not appearing for renamed books. #9 - workaround: macro replacements are now case-insensitive to reduce issues with some chat plugins #11
- bugfix/workaround/feature: new option
blockprivatechatevent(default: true) which prevents a chat event from being sent to other plugins when a /shareitem command is used to privately share items. This worksaround/fixes an issue where DiscordSRV would show items shared privately (regardless of having a single recipient). #12