PermissionsEx

PermissionsEx

14M Downloads

Prefix Issue

xX1bumblebee1Xx opened this issue · 11 comments

commented

When I give a user the Member and Donator group they get the Novice prefix and I cannot find out how to give them the Member one over the Novice one.

Permissions.yml: https://pastebin.com/qdiYpNpW

commented

Which chat management plugin are you using?

commented
commented

Ack. I've never used DeluxeChat, so I'm not familiar with its settings and configuration at all. I'll see what I can figure out...

Show me your complete permissions.yml file please, and Woops, you did that already.

Give me a username that's being problematic please.

commented

Alright, Thanks. https://pastebin.com/ADrFURRc Username: BumbleBeee_

commented

Try adding a "Novice" template to the DeluxeChat config file. Let me know if that fixes the problem.

I don't know if DeluxeChat is case-sensitive, so "donator" in PEX may not be "Donator" in DeluxeChat. Try to keep these all the same, across all of the plugins that you use.

You do have all the "weight" (PEX) and "priority" (DeluxeChat) correct, so "Donator" should be getting displayed in-game.

And you do have the users: section groups: correct for BumbleBeee_. (The permission node pex.* is not a PermissionsEx node, as far as I'm aware; that should be permissions.*.)

commented

Maybe I didn't explain it right, The Donator suffix is showing, But the problem is that when I am the group Member it still shows the Novice prefix, e.g: http://i.imgur.com/Rgaw6fY.png

commented

Try giving the Donator group an empty prefix. `prefix: '&r'

This seems to be a new problem, recently. Ticket #2834 had the opposite issue. (You're ticket 2835.)

commented

That is removing the Novice prefix completely, instead of replacing it with whatever the player is ranked as(Member in this case). When I removed the inheritance it works fine, but then none of the permissions will get inherited.

commented

So you want [Member Prefix] Username [Donator Suffix]: words the user typed?

Unfortunately, PEX itself doesn't handle any chat management features, such as displaying the prefix & suffix of one group, nor displaying the prefix/suffix of one group and the suffix/prefix of another group— you'd have to look at the different chat management plugins to find one with those types of features. PEX just gives users a place to store the prefix/suffix, then the chat management plugins can draw from that data to display it in-game.

commented

Yep thats what I'm looking for :P I didn't know if was a pex problem or what, Thanks anyway.

commented

You're welcome. Good luck on the hunt! :-)