Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 2 days ago
✨ ProgressionHolographicDisplays
ProgressionHolographicDisplays creates floating text holograms using Minecraft's native Text Display Entities — no NMS hacks, no Citizens dependency, no version-specific workarounds. If the entity exists in your MC version, the hologram works.
Designed to slot cleanly into the Progression ecosystem, it exposes an API so other plugins (like ProgressionJumpRun) can place and update holograms without managing display entities themselves.
Features
- Text Display Entity based — native Minecraft, no reflection or NMS
- Persistent holograms — survive server restarts
- Create, delete, list via simple commands
- API for other plugins — ProgressionAPI integration for dynamic hologram updates
- Lightweight — minimal overhead, no background threads
Commands
| Command | Permission | Description |
|---|---|---|
/phd create <name> |
phd.admin |
Create a hologram at your location |
/phd delete <name> |
phd.admin |
Remove a hologram |
/phd list |
phd.admin |
List all holograms |
/phd reload |
phd.admin |
Reload config |
Dependencies
Requires ProgressionAPI.
Part of the Rosewood Progression ecosystem — built for RPG and MMO-style Paper servers.

