Solved YAML Server Problem

Discussion in 'Bukkit Help' started by DrDisaster, Oct 20, 2012.

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

    DrDisaster

    Hello!
    First, sorry for my bad english...
    I have some problems with my permission on bPermissions and bChat
    I dont know how to fix...
    If you could help me, would be nice :)

    Code:
     groups:
            default:
            - prefix.10.WHITE [Gast]
            Spieler:
            - prefix.20.BLUE [Spieler]
            - bPermissions.build
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.help
            - iConomy.payment
            - iConomy.accounts.create
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create.buy
            - ChestShop.shop.create.sell 
    This is just a little part from the original, but in Notepad++ its all red except:

    groups:
    default:
    - prefix.10.WHITE [Gast]
    Spieler:
    - prefix.20.BLUE [Spieler]
    - bPermissions.build

    This is right, but the rest is false.
    And i dont know why...
    Thanks for help!


    The online YAML Parser say:

    Output

    ERROR:

    while scanning for the next token
    found character '\t' that cannot start any token
    in "<unicode string>", line 7, column 1:
    - iConomy.holdings

    ^

    I dont know what he wants from me :)
     
  2. Offline

    RawrBenRawr

    '\t' means that you used the tab key, which you cannot. Go to line 7 and make sure that you use the space key to indent :)
     
  3. Offline

    DrDisaster

    Oh no, im so stupid... :)
    Thanks a lot!
     
Thread Status:
Not open for further replies.

Share This Page