HologramLib | Leaderboards & Custom Holograms [1.19.4 - 1.21.x] ⚡ Java Library icon

HologramLib | Leaderboards & Custom Holograms [1.19.4 - 1.21.x] ⚡ Java Library -----

Packet-based text display library with animations, leaderboards, emojis, minimessage, and more!




What's Changed
New methods in HologramManager

  • hologramExists(id)
  • hologramExists(hologram)
  • getHologramIds()
com.github.max1mde:HologramLib:1.6.7

What's Changed
  • fix: Rendering - update implementation
  • fix: teleport & addAllViewers in Hologram.java by @max1mde in #21
Full Changelog: 1.6.4...1.6.6
----------, Jan 20, 2025

What's Changed
  • Add new option for modifying the entity meta based on the player
    • This means that for example a text of a hologram can be differently displayed for each player
Example
Code (Java):
       TextHologram textHologram = new TextHologram ( "test", RenderMode. ALL, (player, textDisplayMeta ) -> {
           textDisplayMeta. setText ( Component. text (player. getName ( ) ) ) ;
            return textDisplayMeta ;
        } )
       . setShadow ( true )
       . setBillboard (Display. Billboard. CENTER ) ;

Full Changelog: 1.6.3...1.6.4
----------, Jan 13, 2025

What's Changed
  • Fixed shading issues
Full Changelog: 1.6.2.1...1.6.3
----------, Jan 9, 2025

What's Changed
  • Fixed render mode VIEWER_LIST issues
Full Changelog: 1.6.1...1.6.2.1
----------, Dec 29, 2024

What's Changed
  • Fix: left & right rotation in transformation not being applied
Full Changelog: 1.6.1...1.6.2
----------, Dec 29, 2024

What's Changed
  • Renamed interpolationDurationRotation to teleport duration in Hologram
  • Some smaller fixes & documentation updates
Full Changelog: 1.6.0...1.6.1
----------, Dec 28, 2024

What's Changed
Item & Block holograms can be spawned now through the HologramManager
A top player head can be enabled in the leaderboard hologram (Skin currently only applied on 1.20.5+)

[​IMG]
Issues solved
#11
#7
#6

New Contributors
Full Changelog: 1.5.3.2...1.6.0-ALPHA
----------, Dec 27, 2024

Breaking Changes in the API ‼️
All references to HologramAPI have been renamed to HologramLib.

Please update your imports:
  • From: com.maximde.hologramapi
  • To: com.maximde.hologramlib
Update the main class:
  • From: com.maximde.hologramapi.HologramAPI
  • To: com.maximde.hologramlib.HologramLib
Full Changelog: 1.4.8...1.5.0

I swear this is the last time I make such breaking changes
----------, Dec 22, 2024

  • Copy hologram methods
    HologramManager#copyHologram(TextHologram source)
    HologramManager#copyHologram(TextHologram source, String id)
More info
----------, Dec 21, 2024

BREAKING API CHANGES!
Removed TestHologram#spawn()
HologramAPI#getManager() now returns an optional


  • New hologram generation methods
[​IMG]
  • Hologram attachement (passenger) method
  • Shading is now possible (In theory)
  • Fixed rendering (Holograms respawn again when rejoining area / world / server)
  • https://github.com/max1mde/HologramAPI/issues/2
  • Improved internal instance management
----------, Dec 15, 2024

  • New passenger method
----------, Dec 13, 2024

  • Downgrade from JDK 21 to JDK 17
  • Downgrade to spigot 1.19.4
  • Update packetevents & entitylib version
----------, Nov 17, 2024

  • Bugfixes & code improvements
----------, Jun 23, 2024

  • Text animations
  • Minimessage support
  • Packet based
  • Per player holograms
  • ItemsAdder emoji support
----------, Jun 22, 2024

  • Added alternative hologram manager instance getter (if you shade the api)
----------, Aug 4, 2023

  • Added bStats
----------, Aug 3, 2023

Resource Information
Author:
----------
Total Downloads: 1,191
First Release: Aug 3, 2023
Last Update: Yesterday at 4:48 PM
Category: ---------------
All-Time Rating:
1 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings