ERROR: while parsing a block mapping

Discussion in 'Bukkit Help' started by fefect, Feb 21, 2014.

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

    fefect

    Could anyone help me with this?
    Apparently i've got a problem with my CommandRank config. It doesn't seem to save with this problem.
    Found with: http://yaml-online-parser.appspot.com/
    Error:
    ERROR: while parsing a block mapping in "<unicode string>", line 75, column 3: woodfister: ^ expected <block end>, but found '<block mapping start>' in "<unicode string>", line 226, column 4: tanner:
    ^
    woodfister config:
    Code:
      woodfister:
        message: '&4You are now wood fister!'
        economy:
          price: 500
          enabled: false
        onlinetime:
          time: 3600
          enabled: false
        needxplevel:
          amount: 10
          enabled: false
        needitems:
          list:
          - LOG:10
          - DIRT:60
          enabled: false
        needkills:
          amount: 0
          enabled: false
        commands:
          byplayer:
            list:
            - warp user
            - me is now user
            enabled: false
          byconsole:
            list:
            - pex user %name% group set woodfister
            - heal %name%
            - feed %name%
            enabled: true
        giveitems:
          list:
          - LOG:10
          - TORCH:15
          equiparmor: false
          enabled: true
    And line 226:

    Code:
      tanner:
        message: '&4You are now a Tanner!'
        economy:
          price: 1500
          enabled: false
        onlinetime:
          time: 20
          enabled: true
        needxplevel:
          amount: 40
          enabled: false
        needkills:
          amount: 50
          enabled: false
        needitems:
          list:
          - DIAMOND_BLOCK:2
          - IRON_INGOT:40
          enabled: false
        commands:
          byplayer:
            list:
            - warp builder
            - me is now builder
            enabled: false
          byconsole:
            list:
            - pex user %name% group set tanner
            - heal %name%
            - feed %name%
            enabled: true
        giveitems:
          list:
          - WOOL:64
          - GLASS:64
          - OBSIDIAN:10
          equiparmor: false
          enabled: false
    Could anyone help me with this problem?
     
Thread Status:
Not open for further replies.

Share This Page