PermissionsEx prefixes and colors are not showing up...

Discussion in 'Bukkit Help' started by iTheGamerMatrix, Sep 18, 2012.

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

    iTheGamerMatrix

    So for some Odd reason, my PermissionsEx won't work on my server. Like it won't show the Prefixes or Colors. I'm not too sure if commands work though. I've only done a few ranks, but most are still empty with no commands. Also, please do place where the directory of the permissions.yml is supposed to be. Thanks. :)

    Code:
    groups:
      Guest:
        default: true
        build: false
        prefix: '&8[Guest]&f'
        permissions:
      Member:
        build: true
        inheritance:
        - Guest
        prefix: '&3[Member]&f'
        permissions:
        - essentials.kit
        - essentials.balance
        - essentials.balancetop
        - essentials.pay
        - essentials.sell
        - essentials.afk
        - essentials.compass
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.msg.url
        - essentials.rules
        - essentials.seen.banreason
        - essentials.suicide
        - essentials.whois
        - essentials.clearinventory
        - essentials.spawn
        - essentials.back
        - essentials.back.ondeath
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.warp
        - essentials.warp.list 
      Architect:
        build: true
        inheritance:
        - Builder
        prefix: '&2[Architect]&f'
        permissions:
        -
      Trusted:
        build: true
        inheritance:
        - Architect
        prefix: '&4[Trusted]&f'
        permissions:
        -
        -
      Moderator:
        build: true
        inheritance:
        - Trusted
        prefix: '&1[Moderator]&f'
        permissions:
        -
      Head_Mod:
        build: true
        inheritance:
        - Moderator
        prefix: '&b[Head_Mod]&f'
        permissions:
        - '*'
      Admin:
        build: true
        inheritance:
        - Head_Mod
        prefix: '&5[Admin]&f'
        permissions:
        - '*'
      Head_Admin:
        build: true
        inheritance:
        - Admin
        prefix: '&d[Head_Admin]&f'
        permissions:
        - '*'
      Co-Owner:
        build: true
        inheritance:
        - Head_Admin
        prefix: '&9[Co-Owner]&f'
        permissions:
        - '*'
      Owner:
        build: true
        inheritance:
        - Co-Owner
        prefix: '&9[Owner]&f'
        permissions:
        - '*'
    users:
      iTechnoDylan:
        group:
        - Owner
        prefix: '[Owner]
      nerfguy99:
        group:
        - Co-Owner
        prefix: '[Co-Owner]'
      iEpicNuke:
        group:
        - Co-Owner
        prefix: '[Co-Owner]'
      StealthPilot1337:
        group:
        - Head_Mod
        prefix: '[Head_Mod]' 
      stabyoface9:
        group:
        - Head_Admin
        prefix: '[Head_Admin]'
      eclipse333:
        group:
        - Admin
        prefix: '[Admin]'
      Ronema:
        group:
        - Admin
        prefix: '[Admin]'
      DrDray25:
        group:
        - Admin
        prefix: '[Admin]'
     
  2. Offline

    okane13

    With permissionsex, there should be a file that came with it called "chatmanager". open that file and it will look like this:

    enable: false
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0

    You'll want to change the first line to "true" then your prefixes should work fine!
     
  3. Offline

    iTheGamerMatrix

    Still doesn't work, the console says this from looking at it:

    2012-09-19 18:57:09 [INFO] [ChatManager] ChatManager disabled!

    But thanks for helping though. I did delete a plugin called ColorMe, which adds Prefix and all that stuff which I though was causing the problem.
     
  4. Offline

    OrangeHeadz

    Dude. Same prob here.
     
  5. Offline

    Appljuze

    Don't use ChatManager, try using EssentialsChat with PEX. That seems to work a lot better for me :)
    Let me know what happens.
     
  6. Offline

    Etetherin

    i have this same problem!!! i will try to use essentialschat instead as well and get back to you gies :D
     
  7. Offline

    PolarCraft

    Well theres a new way of doing the perms and those aren't working!
     
  8. Offline

    GeneralCrono

    Those plain dashes ( - ) may be the case. Check your spelling and grammar also. Did you use tabs instead of spaces? You must use Spaces in PermissionsEx.
     
  9. Offline

    crushh87

    Enable chat manger
    and do /pex group Admin set message-format "&4[Admin] %player: %message"
    That will set your admin group with a red [Admin] prefix and a red name/messgae
    Then you can also do it with other groups

    /pex group Member set message-format "&3[Member] %player: %message"

    Just remember the "" are required in the message-format
     
Thread Status:
Not open for further replies.

Share This Page