It doesn't seem to matter what permissions I give myself from the console using PurePerms, I can't do anything in game. I just get "You don't have permission to use this command". Code: version [19:55:10] [Server thread/INFO]: This server is running PocketMine-MP 1.6.2dev 「Unleashed」 implementing API version 3.0.0-ALPHA5 for Minecraft: PE v1.0.7.0 (protocol version 107) plugins [19:55:13] [Server thread/INFO]: Plugins (5): SignPortal v1.1.3, PurePerms v1.4.0-INDEV, HungerGames vBuild#16, DevTools v1.11.3, SimpleAuth v1.8.1 list [19:55:23] [Server thread/INFO]: There are 1/10 players online: [19:55:23] [Server thread/INFO]: MadScientist usrinfo MadScientist [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] -- User Information for MadScientist -- [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] STATUS: ONLINE! [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] IP: xxxxxx [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] UNIQUE ID: xxxxxx [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] GROUP: OP [19:55:32] [Server thread/INFO]: [PurePerms:64FF00] ExpTime: -1 listgperms OP [20:01:21] [Server thread/INFO]: [PurePerms:64FF00] List of all group permissions from OP (1 / 1) : [20:01:21] [Server thread/INFO]: [PurePerms:64FF00] - * I assume with "*" I should be able to do anything, but I've also tried adding individual permission, both to me and to groups. Here is the PurePerms config.yml: Code: --- data-provider: yamlv1 default-language: en disable-op: true enable-multiworld-perms: true enable-noeul-sixtyfour: false mysql-settings: host: PurePerms-FTW.loveyou.all port: 3306 user: YourUsernameGoesHere password: YourPasswordGoesHere db: YourDBNameGoesHere noeul-minimum-pw-length: 6 superadmin-ranks: - OP ... Did I miss something to enable it?
For now the server is running these plugins: SignPortal v1.1.3, PurePerms v1.4.0-INDEV, HungerGames vBuild#16, DevTools v1.11.3, SimpleAuth v1.8.1 Using fperms, I can see what permissions are supported by a given plugin, and I tried adding some perms individually, both to me directly and to my group. I can see that perms are added using listgperms or listuperms, and I can also see the updates in groups.yml and in players/madscientist.yml. So the mechanics of granting/removing perms all seems to be working. They just don't seem to have an effect on what I can do in game. But really, the first question is does anybody know if PurePerms works at all with the dev builds? I get that I'm running a dev build and I'm "using at my own risk". If it's not working, I'm not complaining -- I'll just wait until things get sorted out. I just want to know if I'm wasting my time trying to make it work, or if there is something simple that I missed that will enable PurePerms.
Which pmmp version are u using? (Git hash or at least the branch if you can't remember when you cloned it)
Its build #573 from master branch, though in an hour or so when I get to the server I'm going to bump it to #586 to see if that helps...
Just confirmed same behaviour with #586. Interestingly, in my "lobby" world I can place/break blocks, but not do any commands. In all other worlds, I can't do anything... unless I give myself op in the server console, in which case I get everything, not just the permissions specified by PurePerms.
Disregard the above comment... forgot about spawn protection... if I move away from spawn I can place/break blocks on the other worlds too...
Maybe a better question is: does anybody have PurePerms working with a 107-compatible build, and, if so, which build are you using? Thanks.