Minecraft Chat , Spaces

Discussion in 'Plugin Development' started by ulsa, Aug 2, 2014.

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

    ulsa

    Im just curious if there is another character i can use more than space " " to send a message
    i tried all the space / invisible characters i could find and here are my results so far;

    Code:
    "​​​​​​​​​​​​​​​​" <there are 16 invisible spaces between bracets
    Alt + 200B aka zero width space = didnt work / weird character came
    http://www.fileformat.info/info/unicode/char/200B/index.htm
     
    "        " zero break space
    its Alt + 255  it didnt work and gave me a weird character aswell
    http://www.fileformat.info/info/unicode/char/a0/index.htm
     
    i tried basic tab "    " or "\n" and same results
    
    so is there any space / invisible character we can use to align text ?
    and is there a list of text thats supported by minecraft chat ?
     
  2. Offline

    TigerHix

    Uhm. Why not use space?
     
  3. Offline

    nzkiwi.5000

    As far as i know, MC client uses custom font rendering, so you'd need to look up it's source to get a list of supported whitespace.
     
Thread Status:
Not open for further replies.

Share This Page