Holographic Displays v3.0.2
Details
-
FilenameHolographicDisplays.jar
-
Uploaded by
-
UploadedApr 25, 2023
-
Size881.27 KB
-
Downloads47,538
-
MD52b7cb9e78bc06c5fb2385bb107c993a2
Supported Bukkit Versions
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
Changelog
Maintenance-only mode
I have decided to take a step back from plugin development due to lack of time and energy. I've been a full-time developer for a few years now, and sadly I am not able to properly manage and update my plugins with the same passion I had before.
For now, I will keep updating the plugin to support the latest Minecraft version and to fix bugs, but I will not add new features and I will not provide support for using it.
For other developers: the plugin is open source with a MIT license, which has almost no restrictions. If you want, you can modify, update and republish the plugin.
I advise to switch to any other similar plugin that is being actively developed.
- filoghost
Version 3.0.2
Spigot compatibility: from Spigot 1.8.4 to 1.19.3
Holographic Displays v3 includes new features, a new developer API, extensive code refactoring and internal optimizations. Some configuration files have changed, a backup folder will be created (named "old-files") and they will be automatically updated to the new format.
Changes in v3.0.2
- + Added support for Minecraft 1.19.4.
Changes in v3.0.1
- + Added support for Minecraft 1.19.3.
- + Added configurable view distance for holograms (in config.yml:
holograms-view-range
) - + Added optional short format for PlaceholderAPI (e.g.
%player%
). Enabled by default, can be disabled in config.yml:placeholders > PlaceholderAPI > expand-short-format
. Note: the standard longer format (e.g.{papi: player}
) is always allowed. - * Smaller bug fixes.
Changes in v3.0.0
- + Added support for Minecraft up to 1.19.2.
- + Now uses packets instead of real entities. ProtocolLib is no longer required for individual placeholders (such as
{player}
) and the VisibilityManager API (for developers). - + PlaceholderAPI support (e.g.:
{papi: player_name}
). Backslash (\
) can be used to escape curly braces ({
and}
) inside complex placeholders, example:{papi: math_\{bungee_lobby1\}+\{bungee_lobby2\}}
. - + Holograms can now be in unloaded worlds, they are loaded dynamically with the worlds.
- + Added new developer API. It's not required to update for now, the v2 API will be maintained for a few years.
- * Changed permissions:
- Commands now require the permission
holographicdisplays.command.<subCommandName>
(previouslyholograms.<subCommandName>
). - Update notification now requires the permission
holographicdisplays.update
(previouslyholograms.update
).
- Commands now require the permission
- * The rainbow color
&u
has been replaced with{rainbow}
(the old format is still working for now). - * Increased maximum text length of hologram lines.
- * Files format changes (files are updated automatically and a backup folder named "old-files" is generated):
- In
config.yml
, the sectionimages
and its values have been renamed and combined. symbols.yml
has been converted tocustom-placeholders.yml
and uses a different format.- Animations are now YAML files and use a different format.
database.yml
format has been changed.
- In
- - Removed support for some outdated minor versions:
- Spigot 1.8 to 1.8.3 (supported versions: 1.8.4 to 1.8.9)
- Spigot 1.9 to 1.9.3 (supported version: 1.9.4)
- Spigot 1.13 (supported version: 1.13.1)
- - Disabled v1 API (deprecated since 2014): plugins still using it will encounter errors.