Skip to content

Releases: FancyMcPlugins/FancyHolograms

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

2.0.4

12 Dec 18:42
Compare
Choose a tag to compare
  • Added support for 1.20.4 🎉
  • Added info command
  • Added support for legacy colors (&c &4 &n etc.)

2.0.3

17 Nov 18:12
Compare
Choose a tag to compare

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?

  1. stop the server
  2. take a backup of your server and FancyHolograms folder
  3. replace the old FancyHolograms jar with the new one
  4. start the server
  5. 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