Holographic Displays v2.4.3
Details
-
FilenameHolographicDisplays.jar
-
Uploaded by
-
UploadedJun 25, 2020
-
Size501.01 KB
-
Downloads38,796
-
MD5467ed417397021cdcac87ac0bbfea300
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.3
Spigot compatibility: from Spigot 1.8.3 to 1.16.1
ProtocolLib compatibility: v4.1.0 or higher
Upgrading from 1.12 to 1.13+? Read here
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.