Speedgot
HologramLib | Leaderboards & Custom Holograms [1.19.4 - 1.21.x] ⚡ Java Library
-----
Packet-based text display library with animations, leaderboards, emojis, minimessage, and more!
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Release 1.6.4
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
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
1,192
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
Ask Questions / Get Support