[ + ] Added the command /holo move - moves the hologram to the specified coordinates
[ x ] An issue with the TextEntity hologram type has been fixed. Static lines without placeholders could be removed and would not reappear until the server was restarted.
[ + ] A new hologram type "Image Entity" has been added. This type of hologram displays an image using an entity. Thanks to this hologram type, you can now use GIF files to add animations to your hologram!
[ + ] New command /holo createentityimage - creates an entity image hologram
[ + ] New command /holo duration - sets the GIF duration. This is in ticks (20 ticks = 1 second)
[ + ] An API has been added so developers can create holograms of all the types currently available. For text and image holograms, you need to call the method Hologram.generateHologramAssets() for the hologram to be visible in the world. This is not required for text entity holograms. You can also use Hologram.save() if you want to save the hologram or not, this is optional, and if you don’t save it, it will be automatically removed when the server restarts.
[ x ] An extra line in the example hologram created with the command /holo create has been removed. This extra line was used for testing and I forgot to remove it.
API link:
https://github.com/FavioMc19/NekoHologramsAPI
I will make a wiki soon.
Version 1.1.9
Added:
- New hologram type: Text Entity.
- Similar to normal Text holograms but rendered using entities.
- Supports PlaceholderAPI (perfect for tops, player stats, dynamic data, etc.).
- Can optionally glow (configurable in config.yml).
- Can be rendered double-sided (configurable in config.yml).
- Rotation mode is limited to FIXED (does not support Billboard or BillboardY).
- Color palette is slightly limited compared to normal Text holograms, but still provides a wide range of available colors.
- New command: /holo <key> createentity
- Also available inside /holo menu.
Improved:
- The images folder is now automatically created for new users.
Config Changes:
YAML:disable_image_gui_preview: false text_entity: glowing: true double_sided: true
- disable_image_gui_preview
Disables the image preview inside the image hologram GUI to prevent potential UI issues when creating or editing entity holograms.
- text_entity.glowing
Enables glow effect for Text Entity holograms, improving visibility at night.
- text_entity.double_sided
Allows Text Entity holograms to be visible from both sides.
[ + ] Added the command "/holo renderdistance <amount>". This command allows changing the render distance of each hologram.
[ x ] Fixed the "/holo <key> rotate <angle>" command. It now works perfectly. Just use values between 0 and 360. Decimals are allowed, for example 22.5.
[ + ] Internal changes were made. When installing the mod for the first time, it is no longer necessary to restart the server. The mod now automatically creates and loads the FancyHologramsData folder, even if it was previously disabled.
[ x ] Fixed an issue with FancyHologramsData. If you didn’t have any holograms created and then created one, it wouldn’t be visible until a restart. Now everything should work perfectly — no restart is required in any case.
[ + ] Added support for the following characters: š Š č Č ž Ž
[ + ] Updated to Hytale version 2026.02.18-f3b8fff95.
To update FancyHologramsData, you can restart the server twice. The first restart with the new mod will update the manifest.json file, and the second restart will load this new file.
If you want to ONLY RESTART ONCE, you must manually update the manifest.json file inside the FancyHologramsData folder. Just open the file and change 2026.02.17-255364b8e to 2026.02.18-f3b8fff95, then start the server.
