Holographic Displays v2.4.9
Details
-
FilenameHolographicDisplays.jar
-
Uploaded by
-
UploadedJul 27, 2021
-
Size563.60 KB
-
Downloads253,720
-
MD57986ac4e822b630e236a6aa7f4283ade
Supported Bukkit Versions
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
Changelog
Version 2.4.9
Spigot compatibility: from Spigot 1.8.3 to 1.17
ProtocolLib compatibility: v4.4.0 or higher
Upgrading from 1.12 to 1.13+? Read here
Changes in 2.4.9
- * Fixed issue with ProtocolLib on Minecraft 1.17.1.
Changes in 2.4.8
- * Fixed error when using Paper.
- * Fixed {motd} when pinging servers that use Minecraft 1.16 or higher.
- * Fixed some issues with ProtocolLib.
Changes in 2.4.7
- + Added support for Spigot 1.17.
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.