Skip to content

Releases: FancyMcPlugins/FancyHolograms

2.4.1

08 Dec 18:20
Compare
Choose a tag to compare
  • Added support for 1.21.4
  • Added brightness command
  • Added per command permissions
  • Scale hologram, when linked npc is scaled

API

  • Hologram#getDisplayEntity is now deprecated and will be removed next version
  • Added experimental getter & setter for interpolation duration

2.4.0

02 Nov 18:59
Compare
Choose a tag to compare
  • Added support for 1.21.2 and 1.21.3
  • Fixed holograms.yml file resets sometimes
  • Improved logging

v2.3.3

19 Aug 16:32
Compare
Choose a tag to compare

What's Changed

  • fix exceptions thrown from PlayerResourcePackStatusEvent listener on < 1.20.2 by @Grabsky in #138

2.3.2

14 Aug 19:26
Compare
Choose a tag to compare

Added support for 1.21.1

2.3.1

03 Aug 11:40
Compare
Choose a tag to compare
  • 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

19 Jun 17:47
Compare
Choose a tag to compare
  • Added support for 1.21
  • Maintain rotation when using moveHere subcommand

2.2.0

07 Jun 17:06
Compare
Choose a tag to compare
  • Major performance improvements
  • Added persistent flag
  • Fixed holograms not disappearing when removing
  • API changes

What's Changed

Full Changelog: v2.1.0...v2.2.0

2.1.0

21 May 18:27
Compare
Choose a tag to compare

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

Full Changelog: v2.0.6...v2.1.0

2.0.6

03 Mar 19:48
Compare
Choose a tag to compare
  • 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

27 Jan 11:51
Compare
Choose a tag to compare
  • 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