Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App
Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
FancyHolograms

FancyHolograms

Create fancy looking text, item or block holograms with the new 1.19.4 text display entities

65.5k
183
Decoration
Utility
AboutGalleryChangelogVersions

2.3.0.89

by Oliver on Jul 19, 2024
Download

2.3.0.88

by Oliver on Jul 18, 2024
Download

2.3.0.87

by Oliver on Jul 12, 2024
Download

2.3.0.85

by Oliver on Jul 2, 2024
Download

2.3.0.84

by Oliver on Jun 30, 2024
Download

2.3.0.83

by Oliver on Jun 28, 2024
Download

2.3.0.82

by Oliver on Jun 25, 2024
Download

No changelog was specified.

Fancy Holograms 2.3.0

by Oliver on Jun 19, 2024
Download
  • Added support for 1.21
  • Maintain rotation when using moveHere subcommand

2.2.0.81

by Oliver on Jun 18, 2024
Download

No changelog was specified.

Fancy Holograms 2.2.0

by Oliver on Jun 7, 2024
Download
  • Major performance improvements
  • Added persistent flag
  • Fixed holograms not disappearing when removing
  • API changes

2.2.0.80

by Oliver on Jun 7, 2024
Download

No changelog was specified.

Fancy Holograms 2.1.0

by Oliver on May 21, 2024
Download
  • 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

Fancy Holograms 2.0.6

by Oliver on Mar 3, 2024
Download
  • Fixed remove subcommand
  • Run version checks async
  • Fixed a bug with visibility range
  • Add permission to hide holograms
  • Don't allow dots in name

Fancy Holograms 2.0.5

by Oliver on Jan 27, 2024
Download
  • 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.

Fancy Holograms 2.0.4

by Oliver on Dec 12, 2023
Download
  • Added support for 1.20.4 🎉
  • Added info command
  • Added support for legacy colors (&c &4 &n etc.)

Fancy Holograms 2.0.3

by Oliver on Nov 17, 2023
Download

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

Fancy Holograms 2.0.2

by Oliver on Oct 19, 2023
Download
  • Added rotatepitch subcommand
  • Added moveHere subcommand
  • Added pagination for /hologram list
  • Added per-hologram visibility distance
  • Fixed issues with 1.19.4
  • Fixed linking with npc
  • Fixed some scale issues
  • Fixed a tab completion bug
  • ADDED SUPPORT FOR 1.20.2

Fancy Holograms 2.0.1

by Oliver on Aug 21, 2023
Download
  • 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

Fancy Holograms 2.0.0

by Oliver on Jun 30, 2023
Download

Changelog

Version Implementations

FancyHolograms is now compatible with multiple versions in one jar!

Currently the following versions are supported:

  • 1.19.4
  • 1.20
  • 1.20.1

Enhancements

  • Text alignment command - You can now change how the text should be aligned (left, center, right)
  • Full Documentation
    • All exposed classes are now fully documented.
  • Data Decoupling
    • All data for the hologram is now decoupled from the hologram and its implementations
    • Data can be updated without directly modifying the hologram entity
  • Simplified Modification Process
    • Data modifications on the hologram now happen in steps
      • update hologram data
      • update hologram
      • push changes to players
  • Enhanced Eventing
    • The hologram update event now exposes both old and new data
    • Hologram events
      • HologramCreateEvent -> HologramCreateEvent
      • HologramRemoveEvent -> HologramDeleteEvent
      • HologramModifyEvent -> HologramUpdateEvent
      • HologramSpawnEvent -> HologramShowEvent
      • +HologramHideEvent
  • Hologram Data
    • Background Color
      • Now accepts hex color codes
      • Now accepts reset or default to return to the original background color
    • Text Update Interval
      • Now accepts never or off or none to disable updating
      • Now accepts second and minute units, ex. 10s instead of 200
    • Hologram Position
      • Now accepts relative coordinates
        • Can be relative to the hologram's current location using ~
        • Can be relative to the player's current location using ~~
  • Command Completions
    • Intelligently suggests only relevant options

There might accure errors while updating from a previous version and you might have to remake all holograms.

If you found any bug, please report them (create an issue or go to the discord server).

Fancy Holograms 1.1.1

by Oliver on Jun 13, 2023
Download
  • Added support for 1.20.1

This version of the plugin supports both 1.20 and 1.20.1

1
3
4
5

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

new-project-page@ac78952

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.