/
!Banner
Modern Minecraft hologram plugin that displays item names and amounts above dropped items with RGB & HEX color support.
!Preview
Diamond Sword [ ×64 ]
| Version | Status |
|---|---|
| 1.17.x | ❌ |
| 1.18.x | ✅ |
| 1.19.x | ✅ |
| 1.20.x | ✅ |
| 1.21.x | ✅ |
Supported Platforms: Spigot · Paper · Purpur
.jar into your server's plugins/ folderplugins/ItemHologram/config.yml/ih lang id or /ih lang en| Command | Description | Permission |
|---|---|---|
/ih reload | Reload configuration | itemhologram.reload |
/ih toggle | Enable / disable plugin | itemhologram.admin |
/ih lang <en|id> | Switch language | itemhologram.admin |
/ih info | Show plugin information | itemhologram.admin |
Aliases: /ih · /ihologram
| Permission | Description | Default |
|---|---|---|
itemhologram.use | View item holograms | true |
itemhologram.reload | Reload plugin config | op |
itemhologram.admin | Full admin access | op |
# Active language: "en" = English | "id" = Indonesia
language: en
hologram:
lines:
- "&f%item_name% &7[&6x&e%amount%&7]"
height-offset: 0.75
billboard: true
show-single: true
single-line: "&f%item_name%"
view-distance: 32
blacklist:
- ARROW
- EXPERIENCE_BOTTLE
enabled: true
update-interval: 4
| Placeholder | Description |
|---|---|
%item_name% | Item display name or material name |
%amount% | Item stack amount |
%material% | Raw material name |
%rarity% | Rarity-based color code |
lines:
- "&#FF55FF%item_name% &7[7FFFFx%amount%&7]"
Supports both &a color codes and full &#RRGGBB hex colors (Minecraft 1.16+).
[N×] → [×N]setMarker() crash on 1.19 early buildsPlayerPickupItemEventDeveloped by PandaJav
Found a bug or have a suggestion? Open an Issue!