Group manager Help!!

Discussion in 'Bukkit Help' started by gold5962, Jul 15, 2013.

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

    gold5962

    Last edited by a moderator: Jun 3, 2016
  2. Offline

    Necrodoom

    pastebin containing groups.yml is removed. repaste.
     
  3. Offline

    C_H_R_I_S_

    There are two issues in that log. .yml files are extremely tempermental, the slightest thing wrong and the plugin will not work.

    Firstly, open your groups.yml,

    Go to line 11, check 'groups:' the indent should at the side margin, there is no indent, so make sure to remove all spaces if there are any.

    in "<reader>", line 11, column 1:
    groups:
    ^
    Also,
    expected <block end>, but found BlockEntry
    in "<reader>", line 15, column 1:
    - - essentials.help
    ^
    Go to line 15, and edit that line, change it to '- essentials.help',
    and again, make sure that the indent is correct. ALL permission nodes, should be FOUR spaces from the margin, make sure of that.
     
    chad53105 likes this.
  4. Offline

    chad53105

    C_H_R_I_S_
    Is so correct, even the smallest error in your YML file will cause GM to fail. You need to be exact with it.
     
  5. Offline

    Necrodoom

    since about all plugins use YML, this is hardly a rare problem. however YML is easier to work with developer side.
     
  6. Offline

    chad53105

    necrodoom
    true, so very true, but i was being more specific to their problem. however, you are correct, YML parsing is a pretty common problem.
     
  7. Offline

    gold5962

Thread Status:
Not open for further replies.

Share This Page