Chat colors do not work

Discussion in 'Bukkit Help' started by ThesaurusRex84, Mar 3, 2012.

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

    ThesaurusRex84

    Permissions Ex:

    The prefixes do not work at all. For example the prefix for Admins is supposed to make my name red, but it's still white.

    Herochat:

    I can't get the colors for chat channels to work. Local is supposed to have yellow text, but I still have white.

    Am I doing something wrong here?
     
  2. Offline

    ThesaurusRex84

    Anyone on here?
     
  3. I noticed this too, have been trying to upgrade our server to 1.2 but had other more pressing issues but the tests i've done so far, all refuse to show the correct prefix colours in chat (shows fine in the online list however(TAB))
     
  4. Offline

    ThesaurusRex84

    Maybe it's a problem with the build?
     
  5. Offline

    travja

    Does anything colored go white even on other servers?
     
  6. For a quick workaround fix, instead of adding prefix: and suffix: in the general permissions file, add it under an options: node.

    Eg:
    Code:
        ChatMod:
            inheritance:
            - VIP
            options:
                rank: '850'
                prefix: '&9 '
                suffix: '&9 '
    I have tested this and it does work.
     
  7. Offline

    zipron

    my prefixes work with the newest build, you can or paste your permissions.yml file here or check out the PEX guide I wrote (link in my sig)

    zip =)
     
  8. Offline

    pigLP

    Check if in the config file of chatmanager
    enable = true
    is
     
  9. Offline

    TheSporeGA1

    I also have this problem.

    One of the ranks:
    Code:
    Owner:
        prefix: '&0(&4Owner&0)&7 '
        permissions:
        - modifyworld
        - '*'
    
    This is for the most current build of Permissions EX, and the most current DEV bukkit build.
     
Thread Status:
Not open for further replies.

Share This Page