Problem/Bug GroupManager Permissions Help

Discussion in 'Bukkit Help' started by Trill, Feb 11, 2015.

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

    Trill

    I recently had to change my groups.yml file to allow for "NameTagEdit" to work. But after restarting the server, all of the chat groups and everything seem to be gone. In my console I get this:

    11.02 17:22:38 [Server] INFO at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:103) ~[?:?] 11.02 17:22:38 [Server] INFO at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:248) ~[?:?] 11.02 17:22:38 [Server] INFO plugins/GroupManager/worlds/world/groups.yml 11.02 17:22:38 [Server] INFO java.lang.IllegalArgumentException: The following file couldn't pass on Parser. 11.02 17:22:38 [Server] ERROR Error occurred while enabling GroupManager v2.1.11 (Phoenix) (Is it up to date?) 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - =================================================== 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - = ERROR REPORT ENDED = 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - =================================================== 11.02 17:22:38 [Server] INFO plugins/GroupManager/worlds/world/groups.yml 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - The following file couldn't pass on Parser. 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - =================================================== 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS DEVELOPER = 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LOG FROM THE == 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - =================================================== 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - = ERROR REPORT START - 2.1.11 (Phoenix) = 11.02 17:22:38 [Server] WARN GroupManager - SEVERE - =================================================== 11.02 17:22:38 [Server] INFO Enabling GroupManager v2.1.11 (Phoenix)

    Here is my config: http://pastebin.com/9scGfafA

    I'm pretty sure that since the groups aren't working, none of the other plugins that work off the groups can work either.
     
  2. Offline

    MLGJoey

    Post config file, you probable messed up with the .yml format on accident
     
  3. Offline

    Trill

  4. Offline

    MLGJoey

    @Trill run it in a yml parser
     
  5. Offline

    Trill

    @MLGJoey
    I'm not getting any errors
     
  6. Offline

    MLGJoey

  7. Offline

    DaAwesomePwner

    Wow this is pretty tough to read with you not using inheritance - that would help with finding the problem as there would be a million less lines.
     
  8. Offline

    Trill

    @DaAwesomePwner
    Yes I know that, I had to change it because inheritance didn't allow NameTagEdit to work.
    Player's in group B,C,...Free had the prefix for [A] in Tab.
     
  9. Offline

    Boomer

    How on earth do you NOT get parsing errors for that file when you test? Did you parse-test a different file? There has to be at minimum 100 parsing errors in that file to get cleaned up first, just to check if there are additional parsing errors.

    Your indentation for nodes jumps all over the place, some are indented an extra two, some 3 some 4 more...
    all permission nodes need to be aligned vertically
    Line 59, 105, 140, 150, 186... big chunks lines 230-235, 280-285.. major zig-zag lins 589-600 etc... over and over, the same zig-zagging of permission nodes within each group.
     
  10. Offline

    Trill

    @Boomer
    The errors what I was getting were not what I had typed into Notepad++. When I compared the two, it showed random spaces in the permissions that I hadn't added in.
     
Thread Status:
Not open for further replies.

Share This Page