Group User Prefixes

Discussion in 'Bukkit Help' started by ArrowToTheKnee, Dec 31, 2011.

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

    ArrowToTheKnee

    When I set the user prefixes for any group ( such as Admins, ) the different color and prefix [Admin] in the name does not show up after I add myself to the group with PermissionsEx.

    EDIT:
    It seems it is not adding me into my own admins group either, even though I typed and entered "pex user ArrowsToDaKnee group set Admins

    Bump.
    This problem is really frustrating me...

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

    Deleted user

    Nice name.
    I suggest you use SetRankPEX
    It's a much faster way to rank someone, as it uses a shorter command.
    It might fix the rank problem you have.
    Could you post your permissions.yml?
     
  3. Offline

    ArrowToTheKnee

    Actually I fixed the prefix, but now any group can you at least the command "/give () ()"
    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
        Member:
            prefix: '&0(&8M&7ember&0)&7 '
            permissions:
            - modifyworld.*
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7 '
            permissions:
            - -modifyworld.mobtarget.monster.creeper
            - modifyworld.*
            options:
                rank: '800'
        Moderator:
            prefix: '&0(&1Moderator&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - modifyworld.*
            options:
                rank: '100'
        Admins:
            prefix: '&0(&4Admins&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
            options:
                rank: '0'
    users:
        ArrowsToDaKnee:
            group:
            - Admins
    Yes, that is the code in the PermissionsEx guide, because I want to get it working first before I edit it.
     
  4. Offline

    Deleted user

    I don't understand what you mean...
    What's your native language?
     
  5. Offline

    ArrowToTheKnee

    English of course.
    But i might be able to fix it.
     
  6. Offline

    TheLab

    How did you get the prefixes to work?
     
Thread Status:
Not open for further replies.

Share This Page