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.
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?
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.