Solved Plugin YAML File not loading

Discussion in 'Plugin Development' started by blobic123, May 16, 2014.

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

    blobic123

    My Plugin LightWeightCommands is not loading up on startup because of a plugin.yml problem.

    Plugin.yml:
    http://pastebin.com/L6svrWzr

    Error Log:
    http://pastebin.com/cghWnqVk

    I am not sure what the problem is whether indentation or if i missed a required line.

    Attempted Fixes:
    • Missing Colons
    • Line Indentations
    • Added Description & Author
    • Aliases Array ("aliases: ec" -> "aliases: [ec]")
     
  2. Offline

    Konkz

    I'm quite sure that version can only be 1DP. So 0.1 not 0.1.2
     
  3. Offline

    blobic123

    I tried that still doesn't work:
    http://pastebin.com/NbZWhsze
     
  4. Offline

    TopTobster5

    blobic123 The error claims that there is a missing colon. Double check the file to make sure you have everything. It is also worth checking to make sure all of your gaps are made from 2 spaces rather than tabs.

    EDIT: Found the culprit, there is a missing colon on line 53. Next time you have an issue with a yml file, it is worth looking at a yml parser such as http://yaml-online-parser.appspot.com/
     
  5. Offline

    tryy3

    line 53 is missing a colon
     
Thread Status:
Not open for further replies.

Share This Page