Skip to content
@HologramLib

HologramLib

A powerful Minecraft hologram library with text, item & block displays and leaderboards
HologramLib Banner

DiscordLatest ReleaseLicenseJavaDocsWiki

What is HologramLib?

HologramLib is a modern hologram library for Minecraft servers (1.19.4 → 1.21.8) using display entities.
It is designed for Paper, Purpur, and Folia.

What Features Does HologramLib Offer?

  • Text, Block & Item Holograms
  • Text animations with MiniMessage & ItemsAdder emoji support
  • Packet-based implementation for optimal performance
  • Per-player hologram visibility
  • Automated leaderboard generation
  • Advanced customization options
  • Entity attachment support

Download

📦 Dependencies (Required)


Extend HologramLib via addons?

Not a developer but want to use HologramLib or add more features? Check out: HologramLib Addons


🚀 Quick Start

Add to your build.gradle:

repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.HologramLib:HologramLib:1.7.1'
}

Basic usage:

HologramManagermanager = HologramAPI.getManager().get();
TextHologramhologram = newTextHologram("unique_id")
.setMiniMessageText("<aqua>Hello world!")
.setSeeThroughBlocks(false)
.setShadow(true)
.setScale(1.5F, 1.5F, 1.5F)
.setTextOpacity((byte) 200)
.setBackgroundColor(Color.fromARGB(60, 255, 236, 222).asARGB())
.setMaxLineWidth(200);
manager.spawn(hologram);

📚 Learning Resources

ResourceDescription
📖 Complete WikiSetup guides • Detailed examples • Best practices
💡 Example PluginProduction-ready implementations
💻 JavadocsAPI Reference

💬 Support

Found an issue? Open an issue or join the Discord server to get support.


Used by 100+ servers | 10,000+ downloads across platforms
SpigotMCHangarModrinthMaxim.jsxLatest ReleaseSupport
License: GPL-3.0 | © 2026 Maxim

Pinned Loading

  1. HologramLibHologramLibPublic

    Minecraft hologram library / api with text, item & block displays and crazy leaderboards. packet-based, performant & easy to use.

    Java 59 18

  2. ExamplePluginExamplePluginPublic

    An example plugin for creating holograms & more using my HologramAPI

    Java 1

  3. AddonLibAddonLibPublic

    Generic addon management system for Minecraft plugins

    Java 1

  4. AddonsAddonsPublic

    A list of all HologramLib addons

    1

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…