Skip to content

[2.8.7] 1.20.6 Support & More

Compare
Choose a tag to compare
@d0by1 d0by1 released this 18 May 20:03
· 89 commits to main since this release

Changes in Version 2.8.7

New features:

  • Added support for v1_20_R4 (1.20.5 and 1.20.6).
  • Added support for the change in Paper that removed per-version package relocations in CraftBukkit.
  • Added a unique permission for each sub-command. The general 'dh.admin' permission will still grant access to all of them. (Thanks Andre_601)
  • Added a 'FACING' option to the align command. (Thanks Andre_601)
  • Added 'rm' alias for remove page and line sub commands.
  • Added the ability to use placeholders in item lines (ICON, HEAD, SMALLHEAD).

Bugfixes:

  • Fixed pages occasionally duplicating when switching between them. yay!
  • Fixed item stack parsing to prioritize skull texture before owner.
  • Fixed item stack parsing to first look for extras and then NBT.
  • Changed the priority of Damage event handler to make sure Damage Display always shows the most up-to-date value. (Thanks Leomelonseeds)
  • Fixed retrieving of skull textures for versions post 1.20. (Thanks PierreSchwang)
  • Fixed some typos and improved some descriptions. (Thanks Andre_601)
  • Fixed the 'damage-display.zero-damage' config option. (Thanks Andre_601)
  • Healing displays no longer appear for entities at full health.
  • Attempted to fix the 'Failed to modify players pipeline' error.
  • Optimized some parts of the code.