promotional bannermobile promotional banner

EasyHologram API

Lightweight server-side hologram library using vanilla Display Entities for Fabric 1.21

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.

The EasyHologram API Team

profile avatar
  • 1
    Followers
  • 4
    Projects
  • 888
    Downloads

More from LavrinMods

  • Home Point project image

    Home Point

    Lightweight server-side home plugin featuring a fully interactive Chat UI. No client-side mods required. Universal support for Bukkit, Spigot, and Paper (1.8.9 – 1.21.11).

    • 23
    • April 9, 2026
  • Home Point project image

    Home Point

    Lightweight server-side home system featuring a fully interactive, auto-refreshing Chat UI. No client-side mods required. Supports Fabric/Forge 1.8.9 – 1.21.11.

    • 503
    • April 9, 2026
  • Torney's Book Editor project image

    Torney's Book Editor

    Embed images from the internet directly into your Minecraft books. Add, move, resize, and permanently store images inside Book and Quill and Written Books.

    • 212
    • March 4, 2026
  • Home Point project image

    Home Point

    Lightweight server-side home plugin featuring a fully interactive Chat UI. No client-side mods required. Universal support for Bukkit, Spigot, and Paper (1.8.9 – 1.21.11).

    • 23
    • April 9, 2026
  • Home Point project image

    Home Point

    Lightweight server-side home system featuring a fully interactive, auto-refreshing Chat UI. No client-side mods required. Supports Fabric/Forge 1.8.9 – 1.21.11.

    • 503
    • April 9, 2026
  • Torney's Book Editor project image

    Torney's Book Editor

    Embed images from the internet directly into your Minecraft books. Add, move, resize, and permanently store images inside Book and Quill and Written Books.

    • 212
    • March 4, 2026