Skip to content
@HologramLib

HologramLib

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

Discord Latest Release License JavaDocs Wiki

What is HologramLib?

HologramLib is a modern hologram library for Minecraft servers (1.19.4 → 1.21.4) 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:

HologramManager manager = HologramAPI.getManager().get();

TextHologram hologram = new TextHologram("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

Resource Description
📖 Complete Wiki Setup guides • Detailed examples • Best practices
💡 Example Plugin Production-ready implementations
🧑💻 Javadocs API Reference

💬 Support

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


Used by 50+ servers | 2,500+ downloads across platforms
SpigotMCHangarModrinthLatest ReleaseSupport
License: GPL-3.0 | © 2025 Maxim

Pinned Loading

  1. HologramLib HologramLib Public

    Powerful, modern packet-based Minecraft hologram library with text, item & block displays, leaderboards, and extensive customization.

    Java 30 7

  2. ExamplePlugin ExamplePlugin Public

    An example plugin for creating holograms & more using my HologramAPI

    Java 1

  3. AddonLib AddonLib Public

    Generic addon management system for Minecraft plugins

    Java 1

  4. Addons Addons Public

    A list of all HologramLib addons

    1

Repositories

Showing 6 of 6 repositories
  • AddonLib Public

    Generic addon management system for Minecraft plugins

    HologramLib/AddonLib’s past year of commit activity
    Java 1 AGPL-3.0 0 0 0 Updated Mar 4, 2025
  • HologramLib Public

    Powerful, modern packet-based Minecraft hologram library with text, item & block displays, leaderboards, and extensive customization.

    HologramLib/HologramLib’s past year of commit activity
    Java 30 GPL-3.0 7 9 0 Updated Mar 3, 2025
  • .github Public
    HologramLib/.github’s past year of commit activity
    0 0 0 0 Updated Mar 2, 2025
  • Addons Public

    A list of all HologramLib addons

    HologramLib/Addons’s past year of commit activity
    1 0 0 0 Updated Mar 2, 2025
  • Commands Public

    test

    HologramLib/Commands’s past year of commit activity
    0 0 0 0 Updated Feb 26, 2025
  • ExamplePlugin Public

    An example plugin for creating holograms & more using my HologramAPI

    HologramLib/ExamplePlugin’s past year of commit activity
    Java 1 0 0 0 Updated Feb 23, 2025

Top languages

Loading…

Most used topics

Loading…