Releases: FancyMcPlugins/FancyHolograms
v2.3.3
2.3.2
Added support for 1.21.1
2.3.1
- Added center command
- Added nearby command
- Load holograms dynamically based on world loading
- Added missing dependencies to paper-plugin.yml
- Add world name to hologram list
- Added manual visbility (api)
- Refresh holograms once resource-pacls are loaded
- Many more fixes & performance upgrades
2.3.0
- Added support for 1.21
- Maintain rotation when using moveHere subcommand
2.2.0
- Major performance improvements
- Added persistent flag
- Fixed holograms not disappearing when removing
- API changes
What's Changed
- Major Code Rewrite by @OakLoaf in #94
- Persistent, Inpersistent(temporary) holograms by @UsainSrht in #96
- Bukkit Color by @UsainSrht in #95
- Added new property
Viewer
for hologram. #99 by @BigTows in #100 - readme changes by @Grabsky in #103
Full Changelog: v2.1.0...v2.2.0
2.1.0
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
PRs
- Add support for see through Text Holograms by @OakLoaf in #85
- Add support for 1.20.5 by @OliverSchlueter in #83
- 3-axis support for scale sub-command by @Grabsky in #86
- Updated paperweight to 1.7.1 by @OakLoaf in #91
- Made onEnable respect muted version notifications by @OakLoaf in #89
- Fixed duplicate files in jar by @OakLoaf in #92
- Made copy command maintain rotation by @OakLoaf in #90
Full Changelog: v2.0.6...v2.1.0
2.0.6
- Fixed remove subcommand
- Run version checks async
- Fixed a bug with visibility range
- Add permission to hide holograms
- Don't allow dots in name
2.0.5
- Added 'save_on_changed' config option: holograms will be saved after modifying it
- Improved shown state for players
- Showing and hiding is now done completely async
- Other performance improvements
- Fixed default visibility distance
- Fixed yaw in moveTo command
2.0.4
- Added support for 1.20.4 🎉
- Added info command
- Added support for legacy colors (&c &4 &n etc.)
2.0.3
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