Hi, I am using the code from this post for centering text on the MOTD. It works, but the DefaultFontInfo enum does not contain unicode characters. I've attempted to add my own such as the Circle White Star ✪: Code (Text): CIRCLE_WHITE_STAR('✪', 13); But it doesnt quite work correctly. If someone could provide a version of the enum with more characters or help me to add my own. Many Thanks Rushmead
Oops! Added it or its here https://www.spigotmc.org/threads/free-code-sending-perfectly-centered-chat-message.95872/
That's not the problem. The problem is to do with centering the text and knowing the width of the characters
If I'm not mistaken, the max. length of a server MOTD is not the same as the max. length of a chat message. Did you use that util and it worked perfectly fine for you? Out of curiosity.