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.7
What's Changed
New methods in HologramManager
hologramExists(id)
hologramExists(hologram)
getHologramIds()
com.github.max1mde:HologramLib:1.6.7
----------
,
Yesterday at 4:48 PM
Release 1.6.6
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
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
Release 1.6.3
What's Changed
Fixed shading issues
Full Changelog:
1.6.2.1...1.6.3
----------
,
Jan 9, 2025
Release 1.6.2.1
What's Changed
Fixed render mode VIEWER_LIST issues
Full Changelog:
1.6.1...1.6.2.1
----------
,
Dec 29, 2024
Release 1.6.2
What's Changed
Fix: left & right rotation in transformation not being applied
Full Changelog:
1.6.1...1.6.2
----------
,
Dec 29, 2024
Release 1.6.1
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
Release 1.6.0
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+)
feat: item and block holograms by
@max1mde
in
#8
add: folia support by
@WhyZerVellasskx
in
#12
fix: initialize folialib by
@WhyZerVellasskx
in
#14
fix: folialib bugs by
@WhyZerVellasskx
in
#15
Issues solved
#11
#7
#6
New Contributors
@WhyZerVellasskx
made their first contribution in
#12
Full Changelog:
1.5.3.2...1.6.0-ALPHA
----------
,
Dec 27, 2024
Release 1.5.0
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
Release 1.4.8
Copy hologram methods
HologramManager#copyHologram(TextHologram source)
HologramManager#copyHologram(TextHologram source, String id)
More info
----------
,
Dec 21, 2024
Release 1.4.7
BREAKING API CHANGES!
Removed TestHologram#spawn()
HologramAPI#getManager() now returns an optional
New hologram generation methods
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
Release 1.3.1
New passenger method
----------
,
Dec 13, 2024
Release 1.3.0
Downgrade from JDK 21 to JDK 17
Downgrade to spigot 1.19.4
Update packetevents & entitylib version
----------
,
Nov 17, 2024
Release 1.2.5
Bugfixes & code improvements
----------
,
Jun 23, 2024
Release 1.2.4
Text animations
Minimessage support
Packet based
Per player holograms
ItemsAdder emoji support
----------
,
Jun 22, 2024
Release 1.1.4
Added alternative hologram manager instance getter (if you shade the api)
----------
,
Aug 4, 2023
Release 1.1.2
Added bStats
----------
,
Aug 3, 2023
View on SpigotMC
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
Ask Questions / Get Support