[Problem] Server-list MOTD color formatting

Discussion in 'Bukkit Help' started by Camren, Feb 10, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Camren

    Hey guys, little problem here with the server-properties file and the color formatting with it.

    Basically, what I want to do is create a MOTD with two formats: bold and a color. My problem is that when I'm trying to use multiple formats, (or any formatting at all,) I get a weird Å character like this.

    The above server is an example of what I'm trying to do - Bold text with color. Does anyone know how to fix it? The conf I'm using is:
    Code:
    motd=§6§lRealCraft aeueueu
     
  2. Offline

    Froast

    In order to use formatting codes in a motd, you need to use "\u00A7" in place of a "§" or "&". For example, if you want to use the motd you posted, you would need to put
    Code:
    motd=\u00A76\u00A7lRealCraft aeueueu
    in server.properties. Don't ask me why, that's just how it is. :)
     
    Camren likes this.
Thread Status:
Not open for further replies.

Share This Page