Open BehrRiley opened 4 years ago
wait, no it is a spigot issue it is not a bungee chat api issue it is a spigot issue - the chat api isn't relevant the fact that spigot isn't using it there is the problem - my bad. going back to my original ticket.
spigot is not using it because spigot is based on mojang's server. The bungeecord chat api should be able to parse everything the mojang server deems as valid, so in the end, i think its bungeecord chat api problem
I created an issue on SPIGOT-6169 on spigot directory but I was relayed here with this comment:
Just looking to add BaseComponent support to itemmeta display name and lore please - 1.16 introduces font properties that can be used and this is required for it to work properly
an example of using this with minecraft vanilla commands would be to use this command:
/give @p stone{display:{Lore:['[{"text":"\\u0010","font":"directory:filename"}]']}} 1
the font file would be located in the resource pack saved at
assets/directory/font/filename.json
with this font profiler:
with an image named
image.png
saved in a resource pack at the directoryassets/directory/textures/font/image.png
this is ideal because it allows us to infinitely expand the pallet of fonts without overwriting the primary default
minecraft:default
font