Vault

Vault

7M Downloads

add bPermissions player-specific perms

robxu9 opened this issue ยท 5 comments

commented

Hi,

I was wondering if this could be implemented?
It's possible in bPermissions YAML under the player name by prefixing a "p:" so that bPermissions knows that it's a player permission instead of a group...

(Also, bPermissions has Chat prefix/suffix support, could that be integrated? :3)

commented

Chat is already integrated through the Chat API. - player specific permissions need some form of an API which I don't think bPerms fully supports yet.. I'll take another look, but it didn't look like codename had added them in yet.

commented

Took another look and confirmed that there is currently no way for me to add player-specific permissions through the bPerms API. - If you are trying to deal with it through Vault you'll need to manage it via Group-specific nodes only until codename adds in addPlayerNode() and removePlayerNode()

commented

ok :| goes to look for bugtracker

commented

@robxu9 - talked with codename-b and he finally explained how to do it. It's in the latest commits.

commented

cool, thanks.