Solved Group Manager Error (error included)

Discussion in 'Bukkit Help' started by Fizzhaz, Mar 9, 2013.

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

    Fizzhaz

  2. Offline

    Jeyge

    You have a tab on or around line224 in your globalgroups.yml file. "\t" is a tab character and YAML files do not support tabs. You will need to replace all of them with spaces.
    Code:
    found character        '\t' that cannot start any token
    in "<reader>", line 224, column 17:
            permissions:     
    
    Edit - I just looked at your groups.yml file and you have a couple of errors in there too. You are missing spaces after the - in a few of the lines. Here is the fixed version of Trusted and below.
    Code:
      Trusted:
        default: false
        permissions: []
        inheritance:
        - Default
        - g:essentials_builder
        - g:towny_builder
        - g:factions_builder
        info:
          prefix: '&9[Trusted] '
          build: true
          suffix: ''
      Trusted+:
        default: false
        permissions: []
        inheritance:
        - Trusted
        info:
          prefix: '&1[Trusted+] '
          build: true
          suffix: ''
      Trusted++:
        default: false
        permissions: []
        inheritance:
        - Trusted+
        info:
          prefix: '&4[Nuker] '
          build: true
          suffix: ''
    
     
  3. Offline

    Fizzhaz

    Umm... tried to fix it a few times and failed.

    How would i go about fixing the error

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    Jeyge

    Take the fixed version I have above and replace the broken lines in your file.
     
  5. Offline

    Fizzhaz

    I have, but it says there is something wrong with GlobalGroups on line 224, I re-typed the line, same error

    My GlobalGroups: http://pastebin.com/xZt0Vaw7

    As far as I can tell this is the only remaining error
     
  6. Offline

    Necrodoom

    paste new error.log please.
     
  7. Offline

    Fizzhaz

  8. Offline

    Necrodoom

  9. Offline

    Fizzhaz

  10. Offline

    Necrodoom

    remove tab at line 224..
     
  11. Offline

    Fizzhaz

  12. Offline

    Necrodoom

    readd the line.. without the tab..
     
  13. Offline

    Fizzhaz

    I dont quite know how to fix,

    Code:
    Caused by: while scanning a simple key
    in "<reader>", line 325, column 3:
          g:factions_admin
          ^
    could not found expected ':'
    in "<reader>", line 326, column 16:
            permissions:
                               ^
     
  14. Offline

    Jeyge

    You are missing a : at the end of line 325 and 329. It should look like:
    Code:
      g:factions_admin:
        permissions:
        - factions.kit.mod
    
      g:factions_owner:
        permissions:
        - factions.kit.admin
    
     
  15. Offline

    Fizzhaz

    thx

    Oh I got rid of all the errors and went onto my server i did /manuadd Fizzhaz Owner and it said "An internal error occurred while attempting to perform this command" in the chat. (I was OP) Here is the error that appered on the Consol: http://pastebin.com/3xtKkvRi plz help :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  16. Offline

    Jeyge

    If you are running the 1.2.5 version of Forge, you will need to run the 1.2.5 version of GroupManager.
     
  17. Offline

    Fizzhaz

    Jeyge Download link plz?
     
  18. Offline

    Fizzhaz

    thx for all the help guys. Solved
     
Thread Status:
Not open for further replies.

Share This Page