Permission.yml does not work
Jonaswitze opened this issue ยท 10 comments
Hello,
I have my permissions written in the file but PermissionsEx is displayed at /pl red.
Can someone help me?
Jonas
The Permmission.yml: https://pastebin.com/8ejrL5qL
Line 82 and 83, 129 and 130: The correct permission node would be - '*'
to give the group every permission node on the server. (This can result in your server being destroyed if the wrong person gets into such a group or gets access to this permission node.)
After the above correction, the file parses cleanly, but there may be more PEX-specific errors. I'm looking for those now.
It looks like line 4 is the only other error. Change it to permissions: []
to have an "empty" permissions section, so PEX won't choke on it.
@Stormbow please explain I want to know.
The YAML isn't valid syntax. I corrected the syntax but not the meaning.
] Edit by Stormbow: Removed completely incorrect information. [
Thanks, it works again. It was on the "- *".
You're welcome. :-) Come on back if you run into any other issues.
explain
Quotation marks are never used in PEX. Apostrophes are.
And you got the global wildcards wrong.