Closed Bielecki closed 4 years ago
It has been several months now without any feedback from the original author. I'm not against this feature/fix, but I do want to address the changes I suggested. Anyone is free to submit another PR that does this. Closing this for now, but it can be re-opened if the author wants to address the changes.
Ascii doesn't contain "§" character, and it is used to color motd and other text. Sometimes it appears also in version name and player name.
encode("utf-8")
is solution here.Examples of "§" character usage:
motd:
version:
playername:
(
\xa7
used above is the "§" character)