DeathHolograms
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #347 of 1080 bukkit mods in this game by downloads
📋 About This Mod
<center> !(https://i.ibb.co/23wdgPKJ/256-1.png) </center> !(https://i.ibb.co/tpT20n02/Features.png) * Fully design every single hologram (Hex colour support) * Unlimited hologram designs * NO required dependencies * Customise the despawn duration * Permission based Death Hologram (great donator perk) * PlaceholderAPI support inside the holograms * 1.19.4 Displays support, for optimal performance * DecentHolograms Support (Adds animations) * Supports all death causes (Players, Entities, Environment + Commands) * Pre-defined holograms, for simple “plug-in and play” * 100% Configurable plugin messages (Hex colour support) * Spawn death holograms on command (allows easy testing) !(https://i.ibb.co/7d0KfCBj/Media.png) <details> <summary>smiley hologram</summary> !(https://i.ibb.co/TMMJYnRc/4a8231de1051bb451dd603b84a8765dc-1.gif) ``` hologram_groups: smiley: priority: 3 design: - "&c&l ______ " - "&c&l / \\ " - "&c&l / X X \\ " - "&c&l | > | " - "&c&l | | " - "&c&l \\ --- / " - "&c&l \\ / " - "&c&l ------ " ``` </details> <details> <summary>rainbow hologram</summary> Please note this uses a PlaceholderAPI placeholder (%RainbowColor_<text>%) Use “/papi ecloud download RainbowColor” to register them. !(https://i.ibb.co/YBVCVNX8/351a4d5cc947285a465ec4fab44c1c4c-1.gif) ``` hologram_groups: rainbow: priority: 4 design: - "%RainbowColor_-------------%" - "%RainbowColor_%player% died here%" - "%RainbowColor_-------------%" ``` </details> <details> <summary>kdr hologram</summary> Please note this uses PlaceholderAPI placeholders (%statistic_player_kills%& and %statistic_deaths%) Use “/papi ecloud download statistics” to register them. !(https://i.ibb.co/FqkRWBLC/27e5110edb3f45ca0a41b3645967ee6a-1.gif) ``` hologram_groups: kdr: priority: 5 design: - "&e%player% died" - "&7KDR -> &a%statistic_player_kills%&7/&c%statistic_deaths%" ``` </details> <details> <summary>gravestone hologram</summary> !(https://i.ibb.co/Cp6ZtZ6g/d34d09bed70ff7f936a3d5b636629abf-1.gif) ``` hologram_groups: gravestone: priority: 7 design: - "&b&l _____ " - "&b&l / \\ " - "&b&l | | " - "&b&l | &c&lRIP &b&l| " - "&b&l | | " - "&b&l | | " - "&b&l | | " - "&b&l | | " - "&b&l | | " ``` </details> <details> <summary>hex colors hologram</summary> !(https://i.ibb.co/DDWphS5J/a1c3970a9a897c47b3d9264a3d942112-1.gif) ``` hologram_groups: colour: priority: 8 design: - "#ff8e1c%killer%%cause%" - "#db162akilled" - "#6632ab%player% here" ``` </details> <details> <summary>emoji hologram</summary> !(https://i.ibb.co/v42kDTrd/c9f7b06186d924b506623383f6b8b538-1.gif) ``` hologram_groups: emoji: priority: 9 permission: deathholos.grwaoup.donator design: - "&a★ ★ ★ ★ ★" - "&e%player% died to &c%killer%%cause%" - "example line ②" - "example line ③" - "example line ④" - "example line ⑤" - "&a★ ★ ★ ★ ★" ``` </details> <details> <summary>standard hologram</summary> !(https://i.ibb.co/84TVZGr4/f1b37e8e768f84b46144fc7047df6f50-1-1.gif) ``` hologram_groups: default: priority: 10 permission: deathholos.group.default design: - "&5&k&l||&e %player% has died &5&k&l||" - "&5&k&l||&e to %killer%%cause% &5&k&l||" ``` </details> <details> <summary>Entity Hologram</summary> !(https://i.ibb.co/bMMzRh8d/6efa831a03478ef7b79169766fdfa879-1.gif) ``` hologram_groups: entity: priority: 10 design: - "&e█&0█&e█&0█&e█&0█&e█&0█&e█&0█" - "&e&l%player% &0&ldied &e&lhere" - "#ENTITY: BEE" - " " - "&e█&0█&e█&0█&e█&0█&e█&0█&e█&0█" ``` </details> <details> <summary>Hex gradient Hologram</summary> !(https://i.ibb.co/bRv7fcNq/503a861ab73ee25a6977b984ae1b69d1-1.gif) ``` hologram_groups: gradient: priority: 5 design: - "<#B22AFE>Gradient Text</#ff8157>" - "<#6CF5F3>&nMade possible with the</#1FBF37>" - "<#FF7F1C>&lDECENT HOLOGRAMS dependency</#ED7BDB>" - "<RAINBOW1>Rainbow Text</RAINBOW>" - "<RAINBOW1>-----------</RAINBOW>" ``` </details> <details> <summa
!(https://i.ibb.co/tpT20n02/Features.png) Fully design every single hologram (Hex colour support) Unlimited hologram designs NO required dependencies Customise the despawn duration Permission based Death Hologram (great donator perk) PlaceholderAPI support inside the holograms 1. 19. 4 Displays support, for optimal performance DecentHolograms Support (Adds animations) Supports all death causes (Players, Entities, Environment + Commands) Pre-defined holograms, for simple “plug-in and play” 100% Configurable plugin messages (Hex colour support) Spawn death holograms on command (allows easy testing)
!(https://i.ibb.co/7d0KfCBj/Media.png)
smiley hologram
!(https://i.ibb.co/TMMJYnRc/4a8231de1051bb451dd603b84a8765dc-1.gif)
```
hologram_groups:
smiley:
priority: 3
design:
- "&c&l ______ "
- "&c&l / \\ "
- "&c&l / X X \\ "
- "&c&l | > | "
- "&c&l | | "
- "&c&l \\ --- / "
- "&c&l \\ / "
- "&c&l ------ "
```
rainbow hologram
Please note this uses a PlaceholderAPI placeholder (%RainbowColor_<text>%)
Use “/papi ecloud download RainbowColor” to register them.
!(https://i.ibb.co/YBVCVNX8/351a4d5cc947285a465ec4fab44c1c4c-1.gif)
```
hologram_groups:
rainbow:
priority: 4
design:
- "%RainbowColor_-------------%"
- "%RainbowColor_%player% died here%"
- "%RainbowColor_-------------%"
```
kdr hologram
Please note this uses PlaceholderAPI placeholders (%statistic_player_kills%& and %statistic_deaths%)
Use “/papi ecloud download statistics” to register them.
!(https://i.ibb.co/FqkRWBLC/27e5110edb3f45ca0a41b3645967ee6a-1.gif)
``` hologram_groups: kdr: priority: 5 design: - "&e%player% died" - "&7KDR -> &a%statistic_player_kills%&7/&c%statistic_deaths%" ```
gravestone hologram
!(https://i.ibb.co/Cp6ZtZ6g/d34d09bed70ff7f936a3d5b636629abf-1.gif) ``` hologram_groups: gravestone: priority: 7 design: - "&b&l _____ " - "&b&l / \\ " - "&b&l | | " - "&b&l | &c&lRIP &b&l| " - "&b&l | | " - "&b&l | | " - "&b&l | | " - "&b&l | | " - "&b&l | | " ```
hex colors hologram
!(https://i.ibb.co/DDWphS5J/a1c3970a9a897c47b3d9264a3d942112-1.gif) ``` hologram_groups: colour: priority: 8 design: - "#ff8e1c%killer%%cause%" - "#db162akilled" - "#6632ab%player% here" ```
emoji hologram
!(https://i.ibb.co/v42kDTrd/c9f7b06186d924b506623383f6b8b538-1.gif) ``` hologram_groups: emoji: priority: 9 permission: deathholos.grwaoup.donator design: - "&a★ ★ ★ ★ ★" - "&e%player% died to &c%killer%%cause%" - "example line ②" - "example line ③" - "example line ④" - "example line ⑤" - "&a★ ★ ★ ★ ★" ```
standard hologram
!(https://i.ibb.co/84TVZGr4/f1b37e8e768f84b46144fc7047df6f50-1-1.gif) ``` hologram_groups: default: priority: 10 permission: deathholos.group.default design: - "&5&k&l||&e %player% has died &5&k&l||" - "&5&k&l||&e to %killer%%cause% &5&k&l||" ```
Entity Hologram
!(https://i.ibb.co/bMMzRh8d/6efa831a03478ef7b79169766fdfa879-1.gif)
```
hologram_groups:
entity:
priority: 10
design:
- "&e█&0█&e█&0█&e█&0█&e█&0█&e█&0█"
- "&e&l%player% &0&ldied &e&lhere"
- "#ENTITY: BEE"
- " "
- "&e█&0█&e█&0█&e█&0█&e█&0█&e█&0█"
```
Hex gradient Hologram
!(https://i.ibb.co/bRv7fcNq/503a861ab73ee25a6977b984ae1b69d1-1.gif)
```
hologram_groups:
gradient:
priority: 5
design:
- "<#B22AFE>Gradient Text#ff8157>"
- "<#6CF5F3>&nMade possible with the#1FBF37>"
- "<#FF7F1C>&lDECENT HOLOGRAMS dependency#ED7BDB>"
- "
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Soapiee
- Version
- 1.1.3
- Downloads
- 63
- Endorsements
- 0
- Category
- bukkit
- Created
- 5/7/2026
- Updated
- 6/26/2026
- Game Versions
- 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
- Tags
- decoration, magic
🔧 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 DeathHolograms support?
The author lists 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10. Other versions may work but are untested by the author.
What is the latest version of DeathHolograms?
Version 1.1.3, published 2026-06-26 with 63 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await