Releases: FancyMcPlugins/FancyHolograms
Releases · FancyMcPlugins/FancyHolograms
2.4.1
2.4.0
- Added support for 1.21.2 and 1.21.3
- Fixed holograms.yml file resets sometimes
- Improved logging
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