PermissionsEx ChatManager Problems

Discussion in 'Bukkit Help' started by LernToSpel, Jan 28, 2012.

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

    LernToSpel

    Hello everyone. I have a problem with the PermissionsEx ChatManager, where the certain groups I have aren't getting the desired prefixes. I have 3 groups:

    -Guest
    -Member
    -Admin

    I want the Guests to be the default group everyone is assigned into, which works fine, but...
    When I put my friend into the "Member" group he still has the Guest prefix. Also, I don't have the Admin prefix (just the guest prefix) even though I am in the "Admin" group in PEx. I also tried to promote my friend to the next rank using pex's in-game commands, but it said I didn't have a high enough rank to do that. Any idea what the hell is going on? Here is my code:

    Show Spoiler

    Code:
    groups:
        default:
            default: true
            permissions:
            - permissions.build
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.holdings.others: true
            - iConomy.payment: true
            options:
                rank: '300'
            prefix: '[Guest]'
        user:
            permissions:
            -
            inheritance:
            - default
            options:
                rank: '200'
            prefix: '&2[Member]&f'
        admin:
            permissions:
            - permissions.build: true
            - iConomy.help: true
            - iConomy.holdings: true
            - iConomy.holdings.others: true
            - iConomy.payment: true
            - iConomy.accounts.create: true
            - iConomy.accounts.remove: true
            - iConomy.accounts.give: true
            - iConomy.accounts.take: true
            - iConomy.accounts.set: true
            - iConomy.accounts.status: true
            - iConomy.accounts.status.set: true
            - iConomy.accounts.purge: true
            - iConomy.accounts.empty: true
            options:
                rank: '100'
            prefix: '&3[Admin]'
    users:
        LearnToSpel:
            permissions:
            - "*"
            groups:
            - admin
            options:
                rank: '1'
     
        NightHero:
            permissions:
            - "*"
            groups:
            - admin
    


    This is my chatmanager config:

    Show Spoiler

    Code:
    chat-range: 100.0
    display-name-format: '%prefix%player%suffix'
    global-message-format: <%prefix%player%suffix> &f%message
    enable: true
    message-format: <%prefix %player%suffix> %message
    ranged-mode: false
    


    Help would be greatly appreciated. Thanks!

    Problem persists, help please =/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  2. Offline

    Daniel Heppner

    What does your ChatManager config look like?
     
  3. Offline

    LernToSpel

    This is my chatmanager config:

    Show Spoiler

    Code:
    chat-range: 100.0
    display-name-format: '%prefix%player%suffix'
    global-message-format: <%prefix%player%suffix> &f%message
    enable: true
    message-format: <%prefix %player%suffix> %message
    ranged-mode: false
    


    Help please =/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  4. Offline

    Deleted user

    Don't use ChatManager. It sucks. Enable it, sure, but all of it's features are in PermissionsEx already.
    You'll have to enable it because of it's formatting feature, but I suggest you don't use most of it's features.
    I'm adding an advanced tutorial to my PermissionsEx tutorial page that will show you how to put prefixes into a group. ;).
     
    LernToSpel likes this.
  5. Offline

    LernToSpel

    Alright, thanks! I'll be waiting for that tutorial then :)
     
    Deleted user likes this.
  6. Offline

    connerreinhardt

    How would I set up the config to look like this when they chat:
    [Prefix] Username: Message
     
  7. Offline

    Doggyroc

Thread Status:
Not open for further replies.

Share This Page