Problem/Bug Configuration YAML not working [Help]

Discussion in 'General Help' started by zTonesterz, Jan 23, 2016.

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

    zTonesterz

    Hey, so I'm having some troubles with configuration on this crates plugin.

    Here's the error:
    Code:
    ERROR:[/I][/COLOR][/FONT]
    [I][FONT=Droid Sans][COLOR=rgb(44, 44, 44)][/I]
    while parsing a block mapping
      in "<unicode string>", line 56, column 9:
                '1':
                ^
    expected <block end>, but found '<scalar>'
      in "<unicode string>", line 99, column 10:
                '8':
    [I]             ^


    Here's the code at lines 56 and 99:


    Line 56 is '1':
    Code:
    Items:
            '1':
              Item: '339'
              Amount: 1
              Name: '&5&o$500'
              Lore:
              - '&7&oChance&8&l&o: &5&o50%'
            '2':
              Item: '339'
              Amount: 1
              Name: '&5&o$1000'
              Lore:
              - '&7&oChance&8&l&o: &5&o30%'
    Line 99 is '8':

    Code:
    [/I][/COLOR][/FONT]
    [I][FONT=Droid Sans][COLOR=rgb(44, 44, 44)]          Item: '52'
              Amount: 1
              Name: '&5&oSpider Spawner'
              Lore:
              - '&7&oChance&8&l&o: &5&o10%'
              - '&cChange with /spawner (mob) - (Donators)
            '8':
              Item: '52'
              Amount: 1
              Name: '&5&oZombie Spawner'
              Lore:
              - '&7&oChance&8&l&o: &5&o10%'
              - '&cChange with /spawner (mob) - (Donators)


    Please help. :)
     
  2. Offline

    oceantheskatr

    Looks like you need to take a space out from in front of '1' so that it's lined up with '2'.
    You should post your full config.yml on http://pastebin.com/ and link the URL here.
     
Thread Status:
Not open for further replies.

Share This Page