Mineuniverse
Log in Register
Mods

EasyHologram API

Lightweight server-side hologram library using vanilla Display Entities for Fabric 1.21
by LavrinMods
Download Claim this project
78 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library

EasyHologram API

The Definitive Server-Side Hologram Framework for Minecraft 1.21 (Fabric)

Modrinth Version CurseForge Version GitHub Version
Modrinth Downloads License


EasyHologram leverages vanilla Display Entities to deliver a robust, strictly packet-free, and highly performant API for rendering holograms. Zero network hacks, purely modern Minecraft architecture.

✨ Core Architecture & Features

  • Rich Typography & Objects — Full native support for scaled text geometries, background RGB coloring, dynamic drop shadows, and 3D floating blocks/items.
  • Interactive & Dynamic — Attach functional left/right click listeners. Full integration with PlaceholderAPI for live-updating data streams.
  • Multi-Line Topologies — Native wrapper for generating vertically stacked, perfectly aligned multi-line structures with configurable Y-axis spacing.
  • Granular Visibility — Utilize programmatic per-player visibility matrices. Selectively render or hide specific holograms to targeted player sessions.
  • Fluid Interpolation — Unleash native 1.21 matrix interpolation for buttery-smooth scaling, translation, and rotational transition physics.
  • Persistence Engine — Built-in auto-saving via Minecraft's robust PersistentState. Holograms seamlessly survive server execution cycles and restarts without database overhead.
  • Developer CI/CD — Comprehensive API toolkit with extensive lifecycle event hooks (Create, Tick, Remove) and standard JSON I/O capabilities for static layout manipulation.

🔧 Operational Commands

Rapidly test and manage holograms in-game. (Requires OP Level 2 Configuration)

Syntax Operation
/hologram create text <pos> <text>Initializes an optimized textual hologram.
/hologram create block <pos> <block>Renders a 3D block geometry.
/hologram create item <pos> <item>Renders an item using billboard vectors.
/hologram edit <id> settext <text>Mutates textual configurations live in memory.
/hologram listAudits all active holograms currently tracked in heap.
/hologram remove <id>Safely deallocates a specific hologram instance.
/hologram save <name> / load <name>Serializes/Deserializes JSON layout schemas.

📦 Technical Integration

Easily hook into the EasyHologram API via JitPack to empower your own projects. Refer to the GitHub Documentation for advanced Dependency specifications and code examples.

TextHologram target = TextHologram.builder(pos)
    .text("Hello World!")
    .scale(1.5f)
    .build(world);
EasyHologram.getManager().register(target);

System Requirements: Minecraft 1.21 target instance, Fabric Loader ≥ 0.16.0, Fabric API.

EasyHologram-1.1.1.jar
MC 1.21, Fabric, 1.21.8, 1.21.5, 1.21.4, 1.21.1, 1.21.6, 1.21.3, 1.21.7, Server, 1.21.2, 1.21.9, 1.21.10, 1.21.11
Release 2026-03-25 Get

More from LavrinMods

Home Point
428
Home Point
15

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314