Just making sure
Problem
I am unable to achieve using Adventure API Components () in my hologram lines
I think it would be useful for compatibility with other plugins.
Most importantly, the Paper API deprecated org.bukkit.ChatColor in favor of Adventure API (source).
Feature
I would like to see an overload method for DHAPI.addHologramLine() and DHAPI.setHologramLines() with net.kyori.adventure.text.Components as the content parameter. Right now, they all make use of String. It would be nice if you could also optionally use Component objects.
Alternatives
It would also be possible by providing a set of instructions for how to translate Adventure Components on the wiki to be usable as the lines in holograms.
Just making sure
Problem
I am unable to achieve using Adventure API Components () in my hologram lines
I think it would be useful for compatibility with other plugins.
Most importantly, the Paper API deprecated
org.bukkit.ChatColorin favor of Adventure API (source).Feature
I would like to see an overload method for
DHAPI.addHologramLine()andDHAPI.setHologramLines()withnet.kyori.adventure.text.Components as thecontentparameter. Right now, they all make use ofString. It would be nice if you could also optionally useComponentobjects.Alternatives
It would also be possible by providing a set of instructions for how to translate Adventure Components on the wiki to be usable as the lines in holograms.