mkremins / fanciful

Fancy Bukkit message formatting
MIT License
96 stars 82 forks source link

Is it possible to use this library to align text in the 1.8 action bar? #58

Closed MrSnare closed 8 years ago

mkremins commented 9 years ago

At the moment, it is not. I've largely stopped playing Minecraft, so I don't know much of anything about action bar text; depending on how much it has in common with ordinary chat messages, I might be willing to accept a pull request that adds an API for styling text in the action bar.

MiniDigger commented 8 years ago

Spigot has it's own api for that stuff now. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.Spigot.html#sendMessage(net.md_5.bungee.api.ChatMessageType,%20net.md_5.bungee.api.chat.BaseComponent...)