Solved permissions ex groups wont show up in front of their name when people text

Discussion in 'Bukkit Help' started by Quaadruple, Jun 15, 2012.

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

    Quaadruple

    permissions ex groups wont show up in front of their name when you people text. I really dont know what to do. my world was just messed up including my server and now this, please help :(
     
  2. Offline

    wen372

    you need to add prefixs in the permissions file
     
  3. Offline

    Omnitv

    As wen372 said. Here is an example of a group that has a prefix and a suffix English: [Prefix] <Username> [Suffix]
    Here is an example you are free to use.
    Code:
      Host:
        options:
          rank: '100'
        prefix: '&c[Host]'
        suffix: '&c[Staff]'
        permissions:
        - '*'
        - .give.item.*
    What plugins do you use? can you please post you're plugin list? Is there errors coming form youre CMD/GUI? Did you parser correctly?
    Please post you're permissions.yml file on Pastebin or Pastie.
     
  4. Offline

    Quaadruple

    antibot
    buycraft
    changegamemode
    chatmanager
    citizens
    essentials
    firstjoinplus
    founddiamonds
    groupmanager
    loyaltyexp
    mobarena
    mobdiguise
    nocheatplus
    orbfuscator
    permissionsex
    pluginmetrics
    spectate
    timber
    timtheenchanter
    update
    worldedit
    worldguard

    This is my permissions





    groups:
    Player:
    default: true
    permissions:
    - modifyworld.*
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.sethome
    - essentials.motd
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.helpop
    - essentials.help
    - essentials.tpa
    - essentials.msg
    - essentials.suicide
    - essentials.msg
    - essentials.warp
    - essentials.balance
    - essentials.pay
    prefix: '&b[Player]&f'
    Friend:
    default: true
    inheritance:
    - Player
    prefix: '&b[Friend]&f'
    Vip:
    default: false
    permissions:
    - essentials.kick.notify
    - essentials.tpahere
    - essentials.warp
    - essentials.repair
    - essentials.kit.tools
    - essentials.afk
    inheritance:
    - Player
    prefix: '&1[VIP]&f'
    Moderator:
    default: false
    permissions:
    - essentials.gamemode
    - essentials.kick
    - essentials.kick.notify
    - essentials.warp
    inheritance:
    - Player
    prefix: '&c(Moderator)&f'
    Admin:
    default: false
    permissions:
    - essentials.gamemode
    - essentials.kick
    - essentials.kick.notify
    - essentials.tphere
    - essentials.tp
    - essentials.warp
    - essentials.ban
    - essentials.feed
    inheritance:
    - Player
    prefix: '&c(Admin)&f'
    Co-Owner:
    default: false
    permissions:
    - pex demote
    - pex promote
    - essentials.ban
    - essentials.unban
    - essentials.banip
    - essentials.unbanip
    - essentials.build
    - essentials.warp
    inheritance:
    - Player
    prefix: '&4(Co-Owner)&f'
    Owner:
    default: false
    permissions:
    - pex demote
    - pex promote
    - essentials.ban
    - essentials.unban
    - essentials.banip
    - essentials.unbanip
    - essentials.build
    - essentials.kit.tools
    - essentials.warp
    inheritance:
    - Player
    prefix: '&4(Owner)&f'
    users:
    pongui:
    group:
    - Owner
    XxnitroxtheftxX:
    group:
    - Moderator
    tyhiyo3:
    group:
    - Admin
    dominatous:
    group:
    - Co-Owner
    TehFrezze:
    group:
    - Friend
    Percipitation:
    group:
    - Moderator
    gintail:
    group:
    - Moderator
    lukebran:
    group:
    - Moderator
    OMGitzCara:
    group:
    - Admin

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

    andrewpo

  6. Offline

    Quaadruple

    i already have chat manager and have it set to true in the config
     
  7. Offline

    andrewpo

    Have you configured it to display prefixes?
     
  8. Offline

    Quaadruple

    yes i have a feeling you wont be able to help me
     
  9. Offline

    Omnitv

    Youre permissions is a clutter fudge, please copy them to pastie or pastebin and link i t here.
     
  10. Offline

    Quaadruple

  11. Offline

    DT_Rush

    You have your "Friend" group set to the default group. Try changing that to false
     
  12. Offline

    20ozRedbull

    I also have the same problem with the same exact plugins (PermisionsEX) along with ChatManager and more. Everything works fine but no ranks listed next to players names in game chat. I have been working with PermissionsEX for 3 servers now in my past. Still no matter what I do, I cant seem to resolve the issue and have looked everywhere for help. My friend that owns his own server having same problem as well for any encuragement for others to join in and help. I also tried bpermissions but it only confused me. Permissions raw also didn't help my situation. I have confirmed my YAML code with YALM sniff and it found no errors. Please help.
     
Thread Status:
Not open for further replies.

Share This Page