Permissions...?
TyBraniff opened this issue ยท 3 comments
"Each Permissions group or player can be setup to use their own custom config by creating a new file in the StackableItems directory. Examples for me would be: I am in group admin and player haveric, so I could use admin.yml or haveric.yml"
I am using PEX (Because I cant figure out bukkits perms to save my life!) Does this support PEX or will it ever? If not where can I get a breakdown of how to understand bukkits permissions system?
I created my admin.yml for PEX group Admin but its not working? Alternatively I also tried a TyBraniff.yml and that didn't work either.
Sorry If i posted this in the wrong place.
If you want to use permissions, you will also need Vault. You can get it here: http://dev.bukkit.org/server-mods/vault/
So the only permission system is vault based? -le sad face-
On Fri, Mar 30, 2012 at 9:29 AM, haveric <
[email protected]
wrote:
If you want to use permissions, you will also need Vault. You can get it
here: http://dev.bukkit.org/server-mods/vault/
Reply to this email directly or view it on GitHub:
#4 (comment)
Vault is just a middle man for both developers and server owners. It allows me to include almost all known permissions (and economy) plugins with very little effort and all you have to do is include it with your plugins.
Just to make this clear, Vault is not a Permission plugin, it is a hook to all the other Permission plugins. All you have to do is include it with the rest of your plugins and keep using PEX.
If anyone questions why I did this, It allows one dedicated team to keep up to date with Permissions (Vault) and I don't have to for every plugin I make. Saves a lot of time that I can be using to work on my plugins.