need help changing my msg format

Discussion in 'Bukkit Help' started by Cepeko, May 30, 2012.

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

    Cepeko

    so i wanted to change my msg format so it looks something like [owner]Cepeko: msg instead of <[owner]Cepeko> msg

    i got essentials chat and the the chatmanager from pex (below is the configurations ive done in them)

    chatmanager below
    enable: false
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix:> &f%message
    ranged-mode: false
    chat-range: 100.0
    essentials chat below
    format: '<{DISPLAYNAME}> {MESSAGE}'
    #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'

    group-formats:
    # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
    # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    i currently dont know why it wont work the plugins keep braking or it wont turn out the way i want it too.
    thanks for any help (y) :)
     
  2. Offline

    JWhy

    Code:
    format: '<{DISPLAYNAME}> {MESSAGE}'
    becomes
    Code:
    format: '&7[{GROUP}]&f {DISPLAYNAME}: {MESSAGE}'
     
Thread Status:
Not open for further replies.

Share This Page