how can i fix this

Discussion in 'Bukkit Help' started by cpazek, Apr 1, 2015.

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

    cpazek

    Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
    in 'reader', line 36, column 3:

    g:groupmanager_God

    ^

    could not found expected ':'

    in 'reader', line 42, column 3:

    g:groupmanager_moderator:

    this is the main error how can i fix it
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    cpazek

  4. Offline

    nverdier

    @cpazek Run your YAML through a parser. It shows you where all of your errors are.
     
    cpazek likes this.
  5. Offline

    cpazek

    i have already done that but i cant understand the error
    @nverdier

    ERROR:

    mapping values are not allowed here
    in "<unicode string>", line 35, column 16:
    permissions: []
    this is what i get


    then i take away the colon and i get this

    ERROR:

    while scanning a simple key
    in "<unicode string>", line 14, column 5:
    permissions []
    ^
    could not found expected ':'
    in "<unicode string>", line 15, column 5:
    inheritance:


    i dont know what this means^
     
  6. Offline

    SeniorCluckers

    1. Groups.yml = http://pastebin.com/PHjcn97k
    2. Global Groups = Not doing this one. To much run it through a yml parser. Please if the group isn't gonna have perms remove permissions: from it so remove the line don't do [].
     
Thread Status:
Not open for further replies.

Share This Page