- Fixed an issue with setting the "unifiedbg" option to false making the entire hologram disappear
Added full support for completely custom player heads.
- /dh addline item:#SKULL:Nickname (already possible before)
New:
- /dh addline item:#SKULL:texture:base64code
Added: Unified Background
- All text lines now share a single connected background panel instead of individual boxes per line, matching the style of FancyHolograms. Toggle with /dh display <name> unifiedbg true|false, enabled by default.
Added: Background Opacity
- /dh display <name> opacity <0–255> - adjust the transparency of the current background color
- /dh display <name> background #AARRGGBB - background command now accepts an 8-character hex with alpha channel (e.g. #80FF0000 for 50% opacity red). The existing #RRGGBB shorthand still sets full opacity.
- Fixed holograms not appearing in worlds where Multiverse-Core (or similar plugins) have misc entity spawning disabled, display entities are now un-cancelled at spawn time
- Hopefully fixed a YAML parse error on startup caused by a missing indent in en_us.yml
- Fixed NullPointerException: Nodes must be provided when saving holograms with item or entity lines
