Solved My Groupmanager Wont Work!

Discussion in 'Bukkit Help' started by ReptileInMC, Nov 18, 2016.

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

    ReptileInMC

    Hi, I've been trying to get this error to resolve for over an hour now but nothing will help, The error is this

    Code:
    Caused by: while scanning a simple key
    in 'reader', line 164, column 3:
          g:Developer
          ^
    could not found expected ':'
    in 'reader', line 165, column 12:
            default: false
                   ^
    But the thing is, I have the ':' where it's supposed to be
    Code:
      g:Developer:
        default: false
        permissions: []
        inheritance:
        - default
        info:
          build: true
          prefix: '&8&l[&4&lDev&8&l] '
          suffix: ''
    I don't get what the problem means, Please help.
     
    Last edited: Nov 18, 2016
  2. Offline

    oceantheskatr

  3. Offline

    ReptileInMC

  4. Offline

    oceantheskatr

    Code:
    g:Developer ->   g:Developer:
    g:Head-Developer ->   g:Head-Developer:
    You're missing two colons. In the future if you're to Pastebin both the permissions and the error, please do them in separate files :)
     
  5. Offline

    ReptileInMC

    Ok, thanks a ton <3
     
Thread Status:
Not open for further replies.

Share This Page