[INFO] NEW 1.2.4 Bukkit Essentials Chat Colours

Discussion in 'Resources' started by stuntguy3000, Apr 3, 2012.

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

    stuntguy3000

    Hey hey :)

    Now after doing some testing, i have "discovered" the new chat symbols (Bold, italic, strikeout and underline), so here they are!

    • Bold: &l
    • Strikeout: &m
    • Underline: &n
    • Italic: &o
    Enjoy, i know i will :D
     
  2. Offline

    B3NW


    Reset: &r
     
    stuntguy3000 likes this.
  3. Offline

    Don Redhorse

    oh well quite intuitive... but thanks for posting them.. wonder when the first plugins comes out with

    &b, &s, &u, &i

    as code..
     
    stuntguy3000 likes this.
  4. Offline

    xGhOsTkiLLeRx

    Don Redhorse
    string.replaceAll("&([0-9a-fk-or])", "\u00A7$1");

    Or better:
    &([0-9a-z])
    Would support upcoming ones, too...
     
  5. Offline

    Don Redhorse

    well I meant that &b makes more sense for bold etc.. I guess the colorcodes are a problem though, so you could use $b or %b or I don't know... :)
     
  6. Offline

    heisan213

    I used &.b the first time I saw those ;)
     
  7. Offline

    desht

    I've gone with simply using &k, &l, &m, &n, &o and &r in ScrollingMenuSign 1.2, mapping them directly to the \u00a7 equivalent. Would be nice to use &b for bold etc., but as noted, that clashes with the hex colour code.
     
Thread Status:
Not open for further replies.

Share This Page