PEX error. Will not run.

Discussion in 'Bukkit Help' started by Maeghs, Apr 18, 2015.

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

    Maeghs

    Whenever I run my server it will not startup with PermissionsEx working. I get the following error:


    19.04 00:10:01 [Server] INFO ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    19.04 00:10:01 [Server] INFO =======================================================
    19.04 00:10:01 [Server] INFO Details: Error loading permissions file!
    19.04 00:10:01 [Server] INFO Your configuration must be fixed before PEX will enable
    19.04 00:10:01 [Server] INFO ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    19.04 00:10:01 [Server] INFO Initializing file backend
    19.04 00:10:01 [Server] INFO Loading PermissionsEx v1.20.4



    Here is my permissions's file if someone could take a look and see if they can find any mistakes:http://pastebin.com/rBhFwFgW
     
  2. Offline

    oceantheskatr

    Err, your permisssions file looks like it's for GroupManager. @nverdier what do you think?

    @Maeghs however regardless, I did fix it up. Your spacing was off. Try following the spacing in this permissions file or adding your permissions/groups in game so that it won't mess up your permissions file.

    You can parse it for errors yourself here: http://yaml-online-parser.appspot.com

    Here's your fixed permissions file: http://pastebin.com/ns8b3q1B

    Note: I'm still kinda tired, just woke up so if it doesn't work then I may be right that it's not the right format for PermissionsEx however I do know that it doesn't have any parsing errors. Hopefully @nverdier backs me soon :)
     
  3. Offline

    Maeghs

    Yes! thankyou so much! You're honestly a life saver, this has been driving me crazy for over 8 hours!!!!!
    Also could you please tell me how I code the little bit down the bottom about users?
    I know it's something like:
    users:
    -maeghs
    -Owner
     
  4. @Maeghs

    Code:
      UUID:
        group:
        - Member
        options:
          name: USERNAME
     
Thread Status:
Not open for further replies.

Share This Page