Holographic Displays v2.4.6

Details

  • Filename
    HolographicDisplays.jar
  • Uploaded by
  • Uploaded
    Jan 24, 2021
  • Size
    544.21 KB
  • Downloads
    121,074
  • MD5
    d9e0c6757aa6cab78cd9bfcd7fab82ec

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

Version 2.4.6

Spigot compatibility: from Spigot 1.8.3 to 1.16.5
ProtocolLib compatibility: v4.4.0 or higher

Upgrading from 1.12 to 1.13+? Read here

Changes in 2.4.6

  • * Fixed compatibility issue with newer ProtocolLib versions.
  • * Minimum supported ProtocolLib version is now 4.4.0. If you have older versions, {player} and {displayname} will not work.

Changes in 2.4.5

  • + Added support for Spigot up to 1.16.4.
  • + Added support for custom colors in hexadecimal format (Example: &#FF87D1), which only work in Spigot 1.16 and higher.
  • * Fixed minor bugs.

Changes in 2.4.4

  • + Added support for Spigot up to 1.16.2.

Changes in 2.4.3

  • + Added support for Spigot up to 1.16.1.

Changes in 2.4.2

  • + The {world: ...} placeholder now supports multiple values. Example: {world: world, world_nether}.
  • * Improved performance in some situations.
  • * Removed config option "precise-hologram-movement", now it's always enabled and doesn't affect perfomance as before.
  • * Fixed holograms saving incorrectly after using /hd readImage or /hd readText.
  • * Fixed multiple errors related to ProtocolLib.
  • * The plugin now requires Spigot (not just CraftBukkit) at startup.
  • - Removed support for Minecraft 1.8.0 (minimum required version is now 1.8.3).

Changes in 2.4.1

  • + Added support for Spigot up to 1.15.2.
  • + Added support for NBT tags in icons. You can add NBT after the icon's material. Example: ICON: diamond {... NBT data here ...}
  • * Fixed RedisBungee support on 1.13+

Changes in 2.4.0

  • + Added support for Spigot up to 1.14.4.
  • + Added clickable command suggestions in chat after editing a hologram to quickly edit the lines. Can be disabled in config.yml by setting "quick-edit-commands" to false.
  • + Hologram names can now contain uppercase charaters. When referring to holograms by name, they are still case insensitive.
  • + Re-added RedisBungee support for 1.13+.
  • * Plugin now requires Java 8.
  • * External plugins still using the old Holographic Displays API (from v1.x) will now cause a warning in the console. In future versions it will raise an exception.
  • * (For developers) Player relative placehoders now follow setAllowPlaceholder(...) rules.
  • * Touchable holograms now have the hitbox at the correct height.
  • * Fixed error related to items with ProtocolLib on older versions.
  • * Fixed error related to the stacktrace when using some versions of Java.