Hy guys, i have problem with Permissions EX plugin. The problem is that if i disable the placement of a block, it doesn't work. This is my permissions.yml: http://pastebin.com/5TDrydx4 Help me, please Thanks. (sorry for my bad english, but i'm italian)
your using the wrong syntax check the documentation for modifyworld here it should be: (NOTE: cant verify if it works because is use groupmanager ) Code: groups: default: default: true permissions: - -modifyworld.blocks.interact.80 #snow - -modifyworld.blocks.place.80 #snow - -modifyworld.blocks.destroy.80 #snow - modifyworld.*
When you download PermissionsEX, MD is automatically installed. The only way that it isn't, is if he unzipped the package and only installed PEX.
Jyxtro You can't block building with pex. Unless you download different plugin. I reply here, if I find out how to do that.
Check the modify world config file and make sure you don't have it set for named items. (use-material-names should be false). Yes you can. It works fine with modifyworld, which comes with PEX... just tested it AGAIN to make sure it works and it does.
That is not what he wants. He is only trying to block a few blocks from being used, not deny access to all building and chat...
Jyxtro Try putting the negating permissions under modifyworld.* Code: groups: default: default: true permissions: - modifyworld.* - -modifyworld.blocks.interact.80 #snow - -modifyworld.blocks.place.80 #snow - -modifyworld.blocks.destroy.80 #snow
This won't work, as the first hit will be the "allow all" tag, and it will stop looking for a match after that.
lokpique Yeah, I thought that, didn't remember which order took priority. Although, if that were true, wouldn't his config work?
ShadowDog007 Yes, in theory it should work. I'm not sure about his (80|snow) syntax though, never seen that before.
PEX supports regex for permissions. (80|snow) Is valid regex, and PEX has examples which use regex like that. https://github.com/PEXPlugins/PermissionsEx/wiki/Advanced-permissions-setup#wiki-pex-regex
Yeah, it should... the problem is something else. Jyxtro please post your ENTIRE permissions.yml file, and a start up log if you can as well.