Compatibility
Minecraft: Java Edition
1.21.11
1.21
1.20โ1.20.1
1.19.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 days ago
ItemHologram

Modern Minecraft hologram plugin that displays item names and amounts above dropped items with RGB & HEX color support.
โจ Features
- ๐ Floating item holograms
- ๐จ RGB & HEX color support
- ๐ Placeholder support
- ๐ง Multi-version support (1.18 โ 1.21.x)
- โก Lightweight & optimized
- ๐ Custom hologram format
- ๐ Bilingual โ English ๐ฌ๐ง & Indonesia ๐ฎ๐ฉ
- ๐ ๏ธ Easy configuration
๐ธ Preview

Diamond Sword [ ร64 ]
๐ฆ Supported Versions
| Version | Status |
|---|---|
| 1.17.x | โ |
| 1.18.x | โ |
| 1.19.x | โ |
| 1.20.x | โ |
| 1.21.x | โ |
Supported Platforms: Spigot ยท Paper ยท Purpur
โก Installation
- Download the plugin from the Releases page
- Put the
.jarinto your server'splugins/folder - Restart the server
- Edit
plugins/ItemHologram/config.yml - (Optional) Switch language:
/ih lang idor/ih lang en
๐ ๏ธ Commands
| 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
๐ Permissions
| Permission | Description | Default |
|---|---|---|
itemhologram.use |
View item holograms | true |
itemhologram.reload |
Reload plugin config | op |
itemhologram.admin |
Full admin access | op |
โ๏ธ Configuration
# 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
๐ Placeholders
| Placeholder | Description |
|---|---|
%item_name% |
Item display name or material name |
%amount% |
Item stack amount |
%material% |
Raw material name |
%rarity% |
Rarity-based color code |
๐จ RGB & HEX Colors
lines:
- "&#FF55FF%item_name% &7[7FFFFx%amount%&7]"
Supports both &a color codes and full &#RRGGBB hex colors (Minecraft 1.16+).
๐ Performance
- โก Optimized entity handling
- ๐ชถ Minimal server impact
- ๐ Smart hologram update cycle
- ๐๏ธ Auto-cleanup on item pickup & world unload
๐ Changelog
Spoiler
v1.2.0
- ๐ Hologram format changed:
[Nร]โ[รN] - ๐ Default language changed to English
- ๐ฎ๐ฉ Added Bahasa Indonesia support
- ๐ Fixed hex color parser (pure Java, no BungeeCord dependency)
- ๐ Fixed
setMarker()crash on 1.19 early builds - ๐ Removed deprecated
PlayerPickupItemEvent
v1.0.0
- ๐ Initial release
โค๏ธ Author
Developed by PandaJav
Found a bug or have a suggestion? Open an Issue!


