Releases: DecentSoftware-eu/DecentHolograms
DecentHolograms 2.8.1
Changes in Version 2.8.1
Bug Fixes:
- Optimized player join logic and plugin disable logic a little.
- Fixed a few minor bugs.
API Changes in Version 2.8.1
- Added a few null checks to DHAPI.
- Added a check for valid names when creating new holograms using DHAPI.
- Fixed the
HologramClickEvent
. - Other minor improvements.
Have you found any bugs or mistakes? Please report them on our Discord server.
DecentHolograms 2.8.0
Changes in Version 2.8.0
New features:
- Added support for 1.19.4 (v1_19_R3).
Have you found any bugs or mistakes? Please, report them on our Discord server.
DecentHolograms 2.7.12
Changes in Version 2.7.12
Bugfixes:
- Fixed clicking issues with holograms.
- Fixed other minor bugs.
Have you found any bugs or mistakes? Please report them on our Discord server.
DecentHolograms 2.7.11
Changes in Version 2.7.11
Bugfixes:
- Fixed loading of disabled holograms.
- Fixed visibility issues. Everything from pages duplicating when switching between them too quickly to just some lines being visible when they shouldn't.
- Fixed other minor bugs.
Have you found any bugs or mistakes? Please report them on our Discord server.
DecentHolograms 2.7.10
Changes in Version 2.7.10
New Features:
- Added the ability to place hologram or animation files in sub-directories of
/DecentHolograms/holograms/
. - Added an optional location argument for the hologram create command, allowing holograms to be created via console.
- Added an internal placeholder
{text}
for the text inside an animation. To use, include<#ANIM:example>This text</ANIM>
in any animation frame. - Added automatic fetcher for skull textures of offline players, allowing any player's head to be displayed simply by using their username.
Bug Fixes:
- Fixed flickering armor stands when teleporting holograms.
- Fixed issues with synchronization.
- Fixed other minor bugs.
API Changes in Version 2.7.10
- It is now only possible to get the instance of the DecentHolograms API when the plugin is enabled.
- Fixed the
DecentHologramsReloadEvent
. - Other minor improvements.
Have you found any bugs or mistakes? Please report them on our Discord server.
DecentHolograms 2.7.9
Changes [2.7.9]:
- [Added] Critical damage can now have a different appearance from normal damage. (Update your config.yml) [#87]
- [Added] Rename command for holograms. [#83]
- [Fix] Damage & Heal displays now only work with living entities. [#95]
- [Fix] A few minor bugs.
Have you found any bugs or mistakes? Please, report them on our Discord server.
DecentHolograms 2.7.8
Changes [2.7.8]:
- [Added] Support for 1.19.3.
- [Added] Check for version support on startup and custom error message.
- [Added] More options for damage & heal displays. Update your config.yml!
- [Improve] Click cooldown minimum value has been changed to 1 tick. You can change this in config.yml. (NOTE: If you use low click cooldown on holograms with page switching actions and pages duplicate from time to time, consider making the value higher.)
- [Fix] Click detection now works with all entities in a hologram.
- [Fix] Hologram disable command.
- [Fix] Possibility to have duplicate hologram names with the hologram_ file prefix.
- [Fix] Sound action volume and pitch. (SOUND:::)
- [API] Added DecentHologramsReloadEvent.
Have you found any bugs or mistakes? Please, report them on our Discord server.
DecentHolograms 2.7.7
Changes [2.7.7]:
- [Improve] Holograms, that couldn't be loaded on server start due to their world not being ready yet now load when their world actually loads.
- [Improve] Added some messages for when something goes wrong during the loading of holograms so that it's not just stack traces.
- [Fix] Some issues with nullable values.
- [Fix] Click detection for holograms with no actions on them. Also works with actions added using API.
- [Fix] Problems with multithreading where there would be too many threads created. Now, there is a limit.
Have you found any bugs or mistakes? Please, report them on our Discord server.
DecentHolograms 2.7.6
Changes [2.7.6]:
- [Fix] SkullUtils throwing an exception when changing the texture of a skull.
- [Fix] Added a lot of missing null-checks and prevented some null pointers.
Have you found any bugs or mistakes? Please, report them on our Discord server.
DecentHolograms 2.7.5
Changes [2.7.5]:
- [API] Hologram visibility. It's now possible to just show the hologram to certain players or to hide it just from certain players. I will add this on the wiki but ask me on Discord for now.
- [API] Fixed SkullUtils throwing an exception when reading data from ItemStacks. (#82)
Have you found any bugs or mistakes? Please, report them on our Discord server.