Skip to content

Releases: crashdemons/DisplayItem-Spigot

v2.21.0 alpha - for 1.21

22 Jun 23:42

Choose a tag to compare

Pre-release

Full Changelog: v2.10.0...v2.21.0

v2.10.0 - 1.20.x support

17 Jun 01:13

Choose a tag to compare

  • Added obfuscation mapping for 1.20 support. Guess what, it's still the letter "b"...

v2.9.10 (1.19 support)

18 Jun 01:08

Choose a tag to compare

  • 1.19 support (will not support 1.19.1 or etc)

v2.9.9 - support for 1.18.2

02 Apr 21:42

Choose a tag to compare

Merge origin/master

v2.9.8 - version bump for 1.18.1 (does not support 1.18.2)

14 Dec 01:10

Choose a tag to compare

v2.9.7 - speculative fix for 1.18 (supports 1.13-1.18.0 ONLY)

05 Dec 00:38

Choose a tag to compare

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)

13 Jun 18:25

Choose a tag to compare

v2.9.4 - bugfixes

03 Jan 22:59

Choose a tag to compare

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

24 Sep 22:47

Choose a tag to compare

Fixes the ability to share items in chat with dollar signs in the name.

v2.9.1: item-minimization and bugfixes

21 Aug 00:16

Choose a tag to compare

Pre-release

Changes since the previous release (v2.8.0):

from v2.9.0:

  • feature: added item-minimization option minimize-items which 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 bookformat regardless 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