Holograms
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/wherkamp/Holograms
- Contributors:
- KingTux(updater) and SaintX(Original Dev)
- Donation Link:
- https://paypal.me/wherkamp
Holograms is a plugin that implements text and item holograms
This is a fork of Holograms by SaintX
I have dropped support for Minecraft versions 1.12 and older. If you need support please use the OG version.
In-game Features
- Bug reports: https://github.com/wherkamp/Holograms/issues
- Source code: https://github.com/wherkamp/Holograms
- Discord: https://discord.com/invite/qtCKz4X
Commands
- Text holograms
- Item holograms
- Animated holograms
The plugin offers the following commands:
All commands use the permission structure "holograms.<subcommand>" (ie. /holograms near would use the permission holograms.near).
- /holograms addline <name> <text>
- /holograms create <name> <text>
- /holograms delete <name>
- /holograms <import> plugin
- /holograms info <name>
- /holograms insertline <name> <index> <text>
- /holograms list
- /holograms movehere <name>
- /holograms near <radius>
- /holograms removeline <name> <index>
- /holograms setline <name> <index> <text>
Creating Holograms Lines
All hologram lines are created through the following commands:
As well as the initial line that's added through the /holograms create <name> <text> command.
- /holograms addline <name> <text>
- /holograms insertline <name> <text>
- /holograms removeline <name> text>
Text Holograms
Text holograms are added simply by typing any text into the hologram line commands. Examples:
- /holograms addline demo Line to add
- /holograms insertline demo 0 Inserted line text
- /holograms setline demo 0 Edited line text
Item Holograms
To define an item line, prefix the <text> portion of the command with item: followed by the item definition. Examples:
- /holograms addline demo item:golden_apple:1 1
- /holograms insertline demo 0 item:diamond_sword 1 damage_all:1
- /holograms setline demo 0 item:gold_sword 1
Animated Text Holograms
Creating an animated text line is done through the animated_text <text> prefix. Changing the speed of the animation is done by defining a milliseconds amount in brackets, defaulting to 5000 (5 seconds). Slides of text are separated using ||.
Examples:
- /holograms addline demo animated_text:H||He||Hel||Hell||Hello
- /holograms insertline demo 0 animated_text(500):Line 1||Line 2||Line 3
- /holograms setline demo 0 animated_text:Line 1||Line 2||Line 3
Animated Item Holograms
Created an animated item line is done the same way as animated text lines, only with the animated_item <text> prefix. The same item format as that in item holograms is required for each item slide.
![]()
Examples:
- /holograms addline demo animated_item:diamond_sword 1||gold_sword 1||iron_sword 1
- /holograms insertline demo 0 animated_item(500):diamond_sword 1||gold_sword 1||iron_sword 1
- /holograms setline demo 0 animated_item:stone 1||dirt 1||grass 1

Holograms 2.13.3
A simple Holograms Plugin for your server.
Recent Updates
- BStats Update and Custom Models Dec 24, 2020
- 2.13.2 b67bcf2 Bug Fixes + Metrics Nov 25, 2020