Hey everyone, Nick here and today i am having problems with PEX i currently cannot do /pex from console or in game, The permissions.yml folder is fine since i can do my other commands. Please help me out.
What are your plugins? Are you using another plugin that may be interfering with PEX? By the way, I noticed you're putting the same permissions in each rank. Instead, don't give it any permissions and add an inheritance node at the end. It would look like this: B: permissions: - essentials.warp.B inheritance: - A That would give B all the permissions of A, plus the permission for /warp B.
nickash You had a lot of spacing problems, here is a fixed version : http://pastebin.com/raw.php?i=094WQKFC I recommend you check the differences between your current version and the one I linked above. Also instead of repeating permission nodes you can use inheritance as mentioned above. PixelUser The problem was spacing with the permissions file. Not another plugin.