Holographic Displays
Maintenance-only mode
This plugin is no longer being actively developed. For now, it will be maintained to support the latest Minecraft version and to fix major bugs, but no new features will be added and no support will be provided.
The plugin will soon stop being maintained. It is advised to switch to any other similar plugin that is being actively developed, such as Decent Holograms.
Features
- Create futuristic holograms to display text and items to players!
- Compatible with Spigot 1.8 to 1.20.
- Fast and easy to use.
- Cool animated {rainbow} color.
- Multiple placeholders with support for PlaceholderAPI.
- Command to render images as text holograms.
- Customizable animations.
- Simple API for developers.
Preview
Development builds
Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff and may contain major bugs. Use them at your own risk.
https://ci.codemc.io/job/filoghost/job/HolographicDisplays
Plugins using Holographic Displays
Touchscreen Holograms | Holographic Extension | Holographic Placeholders |
HoloInfo | CombatIndicator | SpeechBubbles Reloaded |
Holographic Scoreboard | HoloPlots | ASkyBlock Holostats |
pHD |
Video
Minecraft limitations
- Text inside holograms is always facing the player.
- Holograms are always visible through walls.
- Text size cannot be changed. You can make it bold and uppercase to make it look bigger.
- Floating items inside holograms will constantly rotate and bob up and down.
Credits
- Asdjke for the original idea in vanilla.
- bobacadodl for making image support easier with this library.
- samczsun for the Server Pinger library.
Converting from other plugins
If you're using the plugin Holograms you can use this converter to import the database (credits to saxon12).
Comments section
Comments are enabled just for interacting with other users, you will not receive any official answers. To report bugs please check the FAQ and then, if the problem isn't solved, open a new issue on the issue tracker (on GitHub).
okay i checked the documentation but it doesnt say where i can remove/edit the /vote popup on screen same with the 1000 palyers online pop-up above the inventroy
so how do i remove/edit the /vote message and the 200000 players online message
Hi, is it normal that the &m (to strike) doesn't work ? We can't do perfect line :/
In reply to Forge_User_88443327:
It works fine for me on Spigot 1.15.2 with HD 2.4.2-b121 (and no reason to think it won't work with previous versions). Perhaps you could post your versions and the relevant section of your database.db, so someone can try to help.
In reply to SpigotSlimeDog:
I'm on spigot 1.12.2 and my database is :
infocaisse:
location: world, -1171.440, 122.200, -120.505
lines:
- '&mdd-----+-+-|-+-+-----'
- '&7&m--------'
I tried to put the &m but it does not work
In reply to Forge_User_88443327:
What does "doesn't work" mean? It looks exactly as I would expect, given that input. What do you want it to look like?
If you are trying to get a line, without the hyphens (dashes), substitute blank spaces for the dashes.
In reply to SpigotSlimeDog:
I want to have a perfect line with graduations (using + and | ). When i say that the &m doesn't work, I mean that is the same result if I use it and if I don't use it. It doesn't modify the text at all, it's like if it's not used.
In reply to Forge_User_88443327:
> I want to have a perfect line with graduations (using + and | ).
That isn't possible in most fonts, and changing fonts in MC isn't trivial. The problem is that strike-out (&m) does not vertically align with plus (+) or hyphen (-). That is not the fault of HolographicDisplays, but of font design/implementation.
In reply to SpigotSlimeDog:
It perfectly works on scoreboard or differents lores but not in holographic displays, i can't do perfect lines
In reply to Forge_User_88443327:
I am on Spigot 1.15.2, so I cannot compare directly with what you are seeing. But my lore and scoreboards and holograms appear to use the same font (and therefore all have the same issue), with either forced UniCode font and not. I do not know how you are seeing different fonts for different object types.
/hd copy <fromHologram> <toHologram>
Hope to add / hd create <hologramName> [text] <x y x>
Or <hologramName> visibility switch
Thank you
Sunucumda kullanınca Girip çıktığımda yok oluyor yardım edermisiniz?
Hello!
When i try to edit a hologram i get this messege:
An internal error occurred while attempting to perform this action.
At the end it does edit the hologram. But i am only making the first one :D
Thanks kavkec
How do I re-use a hologram I already have?
I've a hologram that I want to use in many places without the need to flood with ctrl c ctrl v
In reply to eaeNiko:
As you suspect, you need to make multiple copies, one for each location. There is no other way with the current HD, nor with any available add-on plugin.
It would require a syntax modification, with hologram definitions optionally separate from location assignments, so that the top level expressed a location that used a defined hologram. It would be best to still support the current syntax, so that the more common usage of one location for each hologram continued to work. Such a combined syntax is not difficult to envision. For example, instead of
the syntax could be something like:
In reply to eaeNiko:
/holo copy <fromHologram> <toHologram>
When I try to run /help, it always give me this console error:
Please help me.
When I enable pinger, it spams My console with errors.
[12:55:00 WARN]: [HolographicDisplays] The placeholder {time} registered by the plugin HolographicDisplays generated an exception while updating. Please contact the author of HolographicDisplays
java.lang.NullPointerException: null
at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersRegister.lambda$static$3(PlaceholdersRegister.java:50) ~[?:?]
at com.gmail.filoghost.holographicdisplays.placeholder.Placeholder.update(Placeholder.java:78) ~[?:?]
at com.gmail.filoghost.holographicdisplays.placeholder.PlaceholdersManager.lambda$load$0(PlaceholdersManager.java:66) ~[?:?]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-114]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.15.2.jar:git-Paper-114]
at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1185) ~[patched_1.15.2.jar:git-Paper-114]
at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:430) ~[patched_1.15.2.jar:git-Paper-114] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1112) ~[patched_1.15.2.jar:git-Paper-114]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:934) ~[patched_1.15.2.jar:git-Paper-114]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
I've got the latest version and my server runs 1.8 - 1.15, Native Version is 1.15.2
plz help, also you should make a support discord
hi dude i use your plugin in my server recently u got the HolographicExtension and starded working with it but when i use the balance thing to show the money a player has but when i update its balance its not updating until i do a reload is there a way to let it update in like 5 sec
umm i installed it on 1.15.2 and some commands are loading like 10 years!! please help