AltFreq / BungeeSuiteChat

Chat plugin for bungeesuite
4 stars 13 forks source link

BungeeSuiteChat prefixes aren't for correct group #34

Closed SDenny closed 10 years ago

SDenny commented 10 years ago

I have a problem where no matter what group the player is in, their prefix (using the {prefix} tag in the channels.yml file) is always the first one that is in their permissions. I have tried negating the permission for higher-ranking groups, but it still only shows as the first group's prefix.

I do have each group's prefix set in the chat.yml file, so that's not a problem. Both BungeeSuite and BungeePerms(http://www.spigotmc.org/resources/bungeeperms.25/) work absolutely great for everything else, but this prefix issue has me stumped, and from what I can tell, it'd probably also happen on any other permissions system that has inheritance groups.

Any idea how I can get these prefixes working properly?

AltFreq commented 10 years ago

Either order them in your chat.yml so the default one is down the bottom with the higher rank ones at the top eg

Or negate the permissions correctly.

SDenny commented 10 years ago

Worked great, thanks!