EasyHologram API

Quick rating

Community listing page, reviews here may not be monitored by the author.

EasyHologram API

By LavrinModsOwner

No reviews yet

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

API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
EasyHologram-1.1.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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 API

Modrinth Version CurseForge Version GitHub Version
Modrinth Downloads License

The definitive server-side hologram framework for Minecraft 1.21 (Fabric). Engineered to construct floating text, blocks, and items using highly-optimized vanilla Display Entities. Zero network interference; maximum programmatic control.


Technical Specifications

🔤 Rich Output Geometries — Robust layouting for scalable strings, structural blocks, and items. Customize RGB backgrounds, drop shadows, and line widths dynamically.

🖱️ HCI Interaction — Map native operational logic to left and right-click intercept listeners attached to holograms.

📊 Multi-Line Support — Rapidly array, space, and organize complex vertical string data without recalculating individual vectors.

🔄 Placeholder Integration — Natively interfaces with PlaceholderAPI to stream real-time mutable statistics cleanly directly to active displays.

👁️ Visibility Matrices — Programmatic logic controlling packet broadcasting, dictating pinpoint player visibility filters for any display entity.

🎬 Kinematic Interpolation — Buttery-smooth visual transition sequences mapping 1.21 translation interpolation bounds.

💾 Fault-Tolerant State — Guaranteed auto-serialization via the engine's PersistentState, seamlessly ensuring server restart survivability.


Command Interface

Live operational commands strictly require parameter validation and operator rank (level 2+).

Command Syntax Operation Context
/hologram create text <x> <y> <z> <text> Spawns a heavily optimized text matrix
/hologram create block <x> <y> <z> <block> Spawns block structural geometry
/hologram create item <x> <y> <z> <item> Spawns isolated billboard items
/hologram edit <id> settext <text> Updates text states directly in-flight
/hologram list Emits active heap diagnostics
/hologram remove <id> Triggers immediate structural deallocation
/hologram save <id> / load <id> Commits layouts to persistent JSON schema

API Integration

Extensibility module available for downstream developers. Inject logic easily.

Standard Build Initialization

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    modImplementation 'com.github.tabplus:easyhologram:1.1.0'
}

Usage Instantiation

TextHologram module = TextHologram.builder(new Vec3d(100, 65, 200))
    .text("§6System Nominal")
    .billboard(true)
    .build(world);

EasyHologram.getManager().register(module);

Environment Constraints

  • Java Virtual Machine: Java 21+
  • Minecraft Engine: Target 1.21
  • Primary Loader: Fabric ≥ 0.16.0
  • Library Base: Fabric API

Open Source Licensing

MIT License - Execute securely in any commercial and private configuration.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works