- Added support for 1.21
- Maintain rotation when using moveHere subcommand
- Major performance improvements
- Added persistent flag
- Fixed holograms not disappearing when removing
- API changes
- Added support for 1.20.5 and 1.20.6
- Certain commands can now be run via console
- Included sources and javadoc to API module
- Added support for "see through" (text holograms only)
- Added 3-axis support for scale command
- The copy subcommand now maintains yaw and pitch
- Fixed remove subcommand
- Run version checks async
- Fixed a bug with visibility range
- Add permission to hide holograms
- Don't allow dots in name
- Added 'save_on_changed' config option: holograms will be saved after modifying it
- Improved shown state for players
- Showing and hiding holograms is now done completely async
- Other performance improvements
- Fixed default visibility distance
- Fixed yaw in moveTo command
Please consider enabling the report_errors_to_sentry
config option, to automatically report errors caused by FancyHolograms to me.
The more server that report errors, the faster I can solve the issue. Thank you.
- Added support for 1.20.4 🎉
- Added info command
- Added support for legacy colors (&c &4 &n etc.)
Item & Block Holograms
I'm happy to introduce item and block holograms in FancyHolograms 2.0.3 - one most requested feature since the first version.
Until now you could only create text holograms with FancyHolograms, but starting with v2.0.3 you are also able to create holograms with a different type.
How to create item & block holograms? The create commands has changed a little bit: /hologram create (text|block|item) (hologram name) Each hologram and only be of one type: text, block or item. You can not have items inside a text hologram (but you can create two holograms and move the item hologram over the text hologram).
How to modify item and block holograms? There are two new commands:
/hologram edit (hologram) item (execute this command while holding an item of your choice in your main hand.)
/hologram edit (hologram) block (block type)
Billboard, scale, rotation etc.
You are able to change the billboard, scale, position, shadow and rotaion of all hologram types (text, item and block)
How to migrate from a older version of FancyHolograms?
- stop the server
- take a backup of your server and FancyHolograms folder
- replace the old FancyHolograms jar with the new one
- start the server
- done!
If there are any problems with migrating, please let me know (disc: "real_oliver").
I hope you will enjoy the new big feature! I can't wait to see what you are going to do with the new hologram types.
Oliver
- Added rotatepitch subcommand
- Added moveHere subcommand
- Added pagination for /hologram list
- Added per-hologram visibility distance
- Fixed issues with 1.19.4
- Fixed linking with npc
- Fixed some scale issues
- Fixed a tab completion bug
- ADDED SUPPORT FOR 1.20.2
- Fixed deleted holograms not being removed from config
- Added "/fholo" as alias for "/hologram"
- Sort holograms by name in config
- Many bug fixes ...
Full Changelog: https://github.com/FancyMcPlugins/FancyHolograms/compare/v2.0.0...v2.0.1