HomeJavaModsAnimatedHolo
AnimatedHolo
ModsJava

AnimatedHolo

Animated Holograms in Minecraft!

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 26.1–26.2 · Paper⬇ Download for 1.21.10–1.21.11 · Paper⬇ Download for 26.1–26.2 · Purpur⬇ Download for 1.21.10–1.21.11 · Purpur
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

AnimatedHolo

A plugin designed to create, edit and animate TextDisplay-based holograms directly in-game.
It provides configurable hologram text, display settings, hover detection and simple animations while storing all holograms in a readable JSON configuration file.

Optional Plugins

Supported platforms and versions

Recommended Version: Paper 26.1 (or newer)
Although AnimatedHolo may work on other platforms or versions, I do not guarantee their stability or functionality.

Setup

Creating holograms

/hologram create <name> - Creates a new hologram at your current location.
/hologram near [distance] - Lists the number of holograms within the given distance. Defaults to 20.
/hologram move <hologram> - Moves an existing hologram to your current location.
/hologram tp <hologram> - Teleports you to an existing hologram.
/hologram delete <hologram> - Deletes an existing hologram.

Aliases: /holo, /aholo, /ahologram

Text setup

Text supports MiniMessage.
If PlaceholderAPI and ProtocolLib are installed, placeholders are rendered per player.

/hologram edit <hologram> text addline [lineNum] <text> - Adds a new line to the hologram.
/hologram edit <hologram> text editline <lineNum> <text> - Replaces a line.
/hologram edit <hologram> text setline <lineNum> <text> - Alias for editline.
/hologram edit <hologram> text removeline <lineNum> - Removes a line.
/hologram edit <hologram> text deleteline <lineNum> - Alias for removeline.
/hologram edit <hologram> text clear - Removes all lines.

Display setup

/hologram edit <hologram> billboard <billboard> - Sets the TextDisplay billboard mode.
/hologram edit <hologram> scale <scale> - Sets the hologram scale. Limited to 0.01 - 10.
/hologram edit <hologram> textAlign <textAlignment> - Sets the text alignment.
/hologram edit <hologram> textShadow <true|false> - Toggles text shadow.
/hologram edit <hologram> backgroundColor <color> - Sets the background color.
/hologram edit <hologram> backgroundColor reset - Resets the background color.
/hologram edit <hologram> visibilityRange <range> - Sets the visibility range.

Animations

/hologram edit <hologram> animation <animation> - Sets the hologram animation.
/hologram edit <hologram> animation none - Disables the hologram animation.

Available by default:

Attributes

Attributes modify hover detection, hover scaling and animation behaviour.

/hologram edit <hologram> attribute <attribute> <value> - Sets an attribute value.
/hologram edit <hologram> attribute <attribute> reset - Resets an attribute to its default value or removes it if no default exists.

Available attributes:

Debug

/hologram debug - Toggles hologram raytrace debug mode for yourself.

Configuration file

AnimatedHolo uses a configuration file to store holograms and global options.
If you want to make any changes to the config manually, edit plugins/AnimatedHolo/config.json while the server is stopped.

REMOVE COMMENTS BEFORE APPLYING CONFIG

{
  "_version": 1,
  "animations": {
    "enabled": true
  },
  "holograms": [
    {
      "id": "example",
      "position": {
        "world": "world",
        "x": 0.0,
        "y": 64.0,
        "z": 0.0,
        "yaw": 0.0,
        "pitch": 0.0
      },
      "richLines": [
        "<rainbow>Example Hologram"
      ],
      "scale": 1.0,
      "visibilityRange": 50.0,
      "visible": true,
      "billboard": "CENTER",
      "backgroundColor": null,
      "textAlign": "CENTER",
      "textShadow": true
    }
  ]
}

REMOVE COMMENTS BEFORE APPLYING CONFIG

Developer API

AnimatedHolo includes a library module for creating and modifying holograms from other plugins.

Maven

<repository>
    <id>animated-holo</id>
    <url>https://repo.flauschigesalex.at/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>at.flauschigesalex.animated-holo</groupId>
    <artifactId>animated-holo-lib</artifactId>
    <version>VERSION</version>
</dependency>
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more