- 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.
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
- 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