PermissionsEX deny commands
prodigyrick opened this issue ยท 4 comments
I try
- -worldedit.version
and every default player can still use worldedit version and any other worldedit or region command there is. I have tried all day to get this to work.
I have no other permissions plugin installed, including essentials.
Everything else works it seems but denying a user access to a command.
Does the server.properties file have online-mode=true
?
Show me the full, unedited permissions.yml file.
Online is was/ has been true, now false. Didnt make a difference, I tried both ways.
I made a copy of the server and removed all plugins except worldedit, permissionsex.
and
http://pastebin.com/TmHGfBCX
PEX does not support online-mode=false
and that would be why PEX isn't functioning properly at that time of testing...
The fatal errors I see in your pex file:
-
I don't know where people are getting their example file for PEX nowadays, but I wish that source would explode and disappear off the internet. The
schema-version: 1
line belongs above theusers:
section. -
If you're running Minecraft 1.9 or higher, every group must have an inheritance section. Currently, your "Admin" and "default" groups do not. See line 19 right here to give them empty inheritances.
Once these 2 errors are corrected, PEX should function properly unless the server is still trying to run in offline mode (online-mode=false
). (And, in that case, it will never function properly since that mode is not supported by PEX, which understands it's the mode required by all the illegal copies of Minecraft.)