PermissionsEx Not Working

Discussion in 'Bukkit Help' started by pmatha123, Mar 6, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    pmatha123

    Hello, I am having trouble with PermissionsEx, I have done the permissions file and it works up until admin (admin works) so if I delete the ones after the admin permissions it works, but if I put them there, there are a whole bunch of errors and PEX will not work. If someone could please fix it up I would greatly appreciate it. Here it is:

    http://pastebin.com/tLSKrH3E

    If you fix it please use pastebin for the new copy, thank you :)
     
  2. Offline

    KarlCullinane

    The configuration file for PEX (and many other plugins) uses YAML format.
    Sometimes all you have to do is run the file through a YAML parser to see if you have any errors.
    http://yaml-online-parser.appspot.com/

    That said:

    ERROR: while scanning a simple key in "<unicode string>", line 173, column 5: '*' ^ could not found expected ':' in "<unicode string>", line 174, column 5: inheritance: ^

    Fix rank(s) CoOwner and Owner.

    Instead of:
    '*'
    It should be:
    - '*'
    http://pastebin.com/Ng5WPwGn
     
  3. Offline

    pmatha123

    Thank you.

    Okay so it's working, but when I try to promote myself to the Owner rank it says this: [SEVERE] Ranking Error (console > pmatha123): User are not promoteable

    I do in the console /promote pmatha123 and yes my rank is CoOwner so the next rank would be Owner but that happens ^ could someone tell me how to fix this, thank you.
     
Thread Status:
Not open for further replies.

Share This Page