Solved When I add to/create essentials kits, it breaks the config file.

Discussion in 'Bukkit Help' started by QuickQ, Sep 20, 2015.

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

    QuickQ

    When I add in another line (like - 283 1) it breaks the config file. This is what it looks like before it breaks.

    http://pastebin.com/itYRrfJX
     
  2. Offline

    oceantheskatr

    This:
    Code:
        items:
        - 314 1
    Not this:
    Code:
        items:
          - 314 1
     
  3. Offline

    QuickQ

    @oceantheskatr
    I tried it both ways, the text turns red but I tried it anyways with a config backup, it broke.
     
  4. Offline

    oceantheskatr

    Make sure you're not using Notepad++'s auto indenting. Make sure you're actually spacing it on your own. No tabs!
     
  5. Offline

    QuickQ

    @oceantheskatr

    Oh, now I see. Thanks, got it all working. I'm a real noob :p
     
    Last edited: Sep 22, 2015
  6. Offline

    oceantheskatr

    No problem, Notepad++ is a pain in the ass for that :p I think there's a way to change it but I stick with Wordpad/Textedit when modifying YAML files.
     
Thread Status:
Not open for further replies.

Share This Page