Display Entities

⭐ — (16 endorsements) 📥 1,480 downloads 📌 v1.8.0+24 📅 5/2/2025
🟡 Updated this year

By Grabsky · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/9/2026 📅 Created: 5/2/2025

🔍 Analysis

  • 👍 1.1% endorsement rate — high engagement, a strong quality signal
  • 🏆 #61 of 70 decoration mods in this game by downloads

📋 About This Mod

<div align="center"> !(https://i.imgur.com/aziwQIL.png) (https://img.shields.io/github/v/release/Grabsky/DisplayEntities?logo=github&label=%20&labelColor=%2324292F&color=%23454F5A)](https://github.com/Grabsky/DisplayEntities/releases/latest) (https://img.shields.io/modrinth/dt/display-entities?logo=modrinth&logoColor=white&label=downloads&labelColor=%23139549&color=%2318c25f)](https://modrinth.com/plugin/display-entities) (https://img.shields.io/discord/1366851451208601783?cacheSeconds=3600&logo=discord&logoColor=white&label=%20&labelColor=%235865F2&color=%23707BF4)](https://discord.com/invite/PuzqF2Yd5q) (https://img.shields.io/codefactor/grade/github/Grabsky/DisplayEntities?logo=codefactor&logoColor=white&label=%20)](https://www.codefactor.io/repository/github/grabsky/displayentities/issues/main) **DisplayEntities** is an utility plugin adding commands for manipulation of server-side Display Entities, Interaction Entities and Mannequins (NPCs). Comes with (https://github.com/PlaceholderAPI/PlaceholderAPI) and (https://docs.advntr.dev/minimessage/format.html) support. </div> <br/> ### But what *are* Display Entities? Display entities are lightweight hologram-like entities added in 1.19.4. They are capable of displaying text, items and blocks, and serve as an alternative to armor stands. You can read more (https://minecraft.wiki/w/Display). ### How does the plugin work? Each entity created by the plugin will be *physically* kept in the world until manually removed. This can be done either by plugin-provided command or built-in, vanilla commands. Since all entities are server-side, you can move / scale them freely with external tools such us (https://modrinth.com/mod/axiom). ### How is that an *utility* plugin? Plugin does not store anything on it's own except configuration file and necessary data attached to the PDC (Persistent Data Container) of each entity it interacts with. It leaves minimal footprint on the server. To make the plugin a bit more useful, it comes with **MiniMessage** support and packet-level **PlaceholderAPI** hook. That should possibly make it as useful as any other holograms plugin you're already familiar with. <br/> ## Features - **Pure Simplicity** Based on existing Bukkit and Paper APIs with no NMS access involved. - **Minimal Footprint** Basically a user-friendly wrapper around display entities. There's not much logic attached to it. - **Compatibility** Entities created by the plugin are real entities that can be modified with commands and other plugins. - (https://docs.advntr.dev/minimessage/format.html) Text display entities are capable of parsing MiniMessage formatting. - (https://github.com/PaperMC/Folia) Designed to run on Paper and Folia servers. Folia Scheduler APIs are used when needed. - (https://github.com/PlaceholderAPI/PlaceholderAPI) Placeholders inside text displays are parsed and displayed per-player. <sup>(Requires **(https://github.com/PlaceholderAPI/PlaceholderAPI)** and **(https://github.com/retrooper/packetevents)**)</sup> <br/> ## Requirements Plugin runs only on **Paper** (or **Folia**) **1.21.10** and above, powered by **Java 21** or higher. <br/> ## Getting Started Plugin documentation can be found here: **(https://grabsky.github.io)** <br/> ## Compiling ```python # Cloning the repository. $ git clone https://github.com/Grabsky/DisplayEntities.git # Entering the cloned repository. $ cd ./DisplayEntities # Compiling and building artifacts. $ ./gradlew clean build ``` <br/> ## Contributing This project is open for contributions. Help in regards of improving performance, adding new features or fixing bugs is greatly appreciated.

![](https://i.imgur.com/aziwQIL.png)

[!(https://img.shields.io/github/v/release/Grabsky/DisplayEntities?logo=github&label=%20&labelColor=%2324292F&color=%23454F5A)](https://github.com/Grabsky/DisplayEntities/releases/latest) [!(https://img.shields.io/modrinth/dt/display-entities?logo=modrinth&logoColor=white&label=downloads&labelColor=%23139549&color=%2318c25f)](https://modrinth.com/plugin/display-entities) [!(https://img.shields.io/discord/1366851451208601783?cacheSeconds=3600&logo=discord&logoColor=white&label=%20&labelColor=%235865F2&color=%23707BF4)](https://discord.com/invite/PuzqF2Yd5q) [!(https://img.shields.io/codefactor/grade/github/Grabsky/DisplayEntities?logo=codefactor&logoColor=white&label=%20)](https://www.codefactor.io/repository/github/grabsky/displayentities/issues/main)

DisplayEntities is an utility plugin adding commands for manipulation of server-side Display Entities, Interaction Entities and Mannequins (NPCs). Comes with [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI) and [MiniMessage](https://docs.advntr.dev/minimessage/format.html) support.

### But what are Display Entities? Display entities are lightweight hologram-like entities added in 1. 19. 4. They are capable of displaying text, items and blocks, and serve as an alternative to armor stands. You can read more [here](https://minecraft.wiki/w/Display).

### How does the plugin work? Each entity created by the plugin will be physically kept in the world until manually removed. This can be done either by plugin-provided command or built-in, vanilla commands.

Since all entities are server-side, you can move / scale them freely with external tools such us [Axiom](https://modrinth.com/mod/axiom).

### How is that an utility plugin? Plugin does not store anything on it's own except configuration file and necessary data attached to the PDC (Persistent Data Container) of each entity it interacts with. It leaves minimal footprint on the server.

To make the plugin a bit more useful, it comes with MiniMessage support and packet-level PlaceholderAPI hook. That should possibly make it as useful as any other holograms plugin you're already familiar with.

## Features

  • Pure Simplicity
  • Based on existing Bukkit and Paper APIs with no NMS access involved.
  • Minimal Footprint
  • Basically a user-friendly wrapper around display entities. There's not much logic attached to it.
  • Compatibility
  • Entities created by the plugin are real entities that can be modified with commands and other plugins.
  • [MiniMessage Support](https://docs.advntr.dev/minimessage/format.html)
  • Text display entities are capable of parsing MiniMessage formatting.
  • [Folia Support](https://github.com/PaperMC/Folia)
  • Designed to run on Paper and Folia servers. Folia Scheduler APIs are used when needed.
  • [PlaceholderAPI Support](https://github.com/PlaceholderAPI/PlaceholderAPI)
  • Placeholders inside text displays are parsed and displayed per-player.
  • (Requires (https://github.com/PlaceholderAPI/PlaceholderAPI)** and (https://github.com/retrooper/packetevents)**)

## Requirements Plugin runs only on Paper (or Folia) 1. 21. 10 and above, powered by Java 21 or higher.

## Getting Started Plugin documentation can be found here: **(https://grabsky.github.io)**

## Compiling ```python # Cloning the repository. $ git clone https://github.com/Grabsky/DisplayEntities.git # Entering the cloned repository. $ cd ./DisplayEntities # Compiling and building artifacts. $ ./gradlew clean build ```

## Contributing This project is open for contributions. Help in regards of improving performance, adding new features or fixing bugs is greatly appreciated.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Grabsky
Version
1.8.0+24
Downloads
1,480
Endorsements
16
Category
decoration
Created
5/2/2025
Updated
7/9/2026
Game Versions
1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2
Tags
decoration, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Display Entities support?

The author lists 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.

What is the latest version of Display Entities?

Version 1.8.0+24, published 2026-07-09 with 1,480 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More decoration 👤 More by Grabsky 🔎 Similar Mods 🌐 Best decoration (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods