prefixes not working with pex

Discussion in 'Bukkit Help' started by turkeybird90, Mar 31, 2013.

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

    turkeybird90

    Hello, my prefixes or not working with PEX. I am using PEXChat for chat.. here it is when I am in default group(which is not what I want):
    [​IMG]
    and here it is when I change my group to admin:

    [​IMG]
    And here is my plugins:
    [​IMG]
    If anybody could help me it would be greatly appreciated
     
  2. Offline

    LegitMagic

    What is your chat format for PExChat?
    Bump
     
  3. Offline

    tcvs

    Can you show us your permissions EX file. and your chat formatting
     
  4. Offline

    turkeybird90

    PermissionsEX:

    Code:
    groups:
      default:
        default: true
        prefix: '&8NOOB&f'
        permissions:
        - modifyworld.*
      Donor:
        default: false
        Prefix: '&bDonor'
        permissions:
        - modifyworld.*
      admin:
        default: false
        Prefix: '&6GOD'
        permissions:
        - '*'
        - modifyworld.*
    users:
      turkeybird90:
        group:
        - admin
    
    PEXChat:

    Code:
    censor-char: '*'
    censor-colored: false
    censor-color: '&f'
    censor-string-color: '&f'
    censor-list: []
    message-format: '[+prefix][+healthbar] +name: +message'
    multigroup-format: '[+prefix+group+suffix&f]'
    date-format: HH:mm:ss
    me-format: '* +name +message'
    tracks:
      default:
        groups:
        - Admin
        - Moderator
        - Builder
        priority: 1
    aliases:
      Admin: A
    
    Hello, my prefixes or not working with PEX. I am using PEXChat for chat.. here it is when I am in default group(which is not what I want):
    [​IMG]
    and here it is when I change my group to admin:

    [​IMG]
    And here is my plugins:
    [​IMG]
    If anybody could help me it would be greatly appreciated








    PermissionsEX:
    groups:
    default:
    default: true
    prefix: '&8NOOB&f'
    permissions:
    - modifyworld.*
    Donor:
    default: false
    Prefix: '&bDonor'
    permissions:
    - modifyworld.*
    admin:
    default: false
    Prefix: '&6GOD'
    permissions:
    - '*'
    - modifyworld.*
    users:
    turkeybird90:
    group:
    - admin









    PEXChat:
    censor-char: '*'
    censor-colored: false
    censor-color: '&f'
    censor-string-color: '&f'
    censor-list: []
    message-format: '[+prefix][+healthbar] +name: +message'
    multigroup-format: '[+prefix+group+suffix&f]'
    date-format: HH:mm:ss
    me-format: '* +name +message'
    tracks:
    default:
    groups:
    - Admin
    - Moderator
    - Builder
    priority: 1
    aliases:
    Admin: A

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page