Any guesses what could cause this?
I have a custom coded mc plugin, long story short it broadcasts messages every once in a while and sometimes it looks like this:
6 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by mattler5108#0
While it should look like this (in the console it looks normal):
Minecraft has specific width limits for different display areas. If your message exceeds the allowed width, it may wrap automatically, which can result in broken lines or unusual spacing.
And it may all depend on the size of your Minecraft chat interface.
Consider shortening messages or breaking them into multiple broadcast lines with proper formatting for in-game display.
Thank you!!