For which plugin is the feature?
FancyHolograms
Describe your idea
It would be nice to have an ability to set Adventure text directly. Now we only have TextHologramData.setText(List<String>). Is it possible to support providing already parsed Component(Like) list also?
Currently, if a plugin parses MM itself (to replace placeholsers), it has to convert components to strings just so FancyHolograms can parse it back. We can avoid that costly conversion by having a native Adventure API.
For which plugin is the feature?
FancyHolograms
Describe your idea
It would be nice to have an ability to set Adventure text directly. Now we only have
TextHologramData.setText(List<String>). Is it possible to support providing already parsedComponent(Like)list also?Currently, if a plugin parses MM itself (to replace placeholsers), it has to convert components to strings just so FancyHolograms can parse it back. We can avoid that costly conversion by having a native Adventure API.