Solved Invalid Plugin.yml

Discussion in 'Plugin Development' started by superchris05326, Nov 30, 2014.

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

    superchris05326

    Can anyone find something wrong with this? I get a "Invalid Plugin.yml" error on startup.
    Code:
    name: Heroes
    version: 1.0
    main: me.superchris05326.heroes.Main
    commands:
      hero:
        description: Become a hero!
        aliases: h
        usage: Usage: /hero <heroname>
     
  2. superchris05326
    Put your Strings inside two apostrophes '. Would also be helpful to see the error.
     
  3. Offline

    ChipDev

    No need for the second Usage: it already does that for you, try removing it.
     
  4. Offline

    superchris05326

    Assist Works thanks :D ChipDev Assist fixed the problem but I will change that aswell :D
     
Thread Status:
Not open for further replies.

Share This Page