Solved Invalid plugin.yml?

Discussion in 'Plugin Development' started by ZodiacTheories, Jul 7, 2014.

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

    ZodiacTheories

    Hi, so for some reason, I get an Invalid plugin.yml in the console. Here is my plugin.yml:

    Code:
    name: PluginTest
    version: 1.0
    main: me.zodiactheories.plugin.Core
     
    commands:
      agon:
        usage: /agon
        description: Hi
      agoff:
        usage: /agoff
        description: Hello
                                           
    permissions:
      antigrief.lava:
        description: Needed to place lava
        default: op
      antigrief.on:
        description: Needed to do /agon
        default: op   
      antigrief.off:
        description: Needed to do /agoff
        default: op  
    Thanks
     
  2. Offline

    Gater12

  3. Offline

    ZodiacTheories

  4. Offline

    Gater12

  5. Offline

    ZodiacTheories

    Gater12

    I don't think so, as I checked the option in Notepad++ that replaces all tabs with spaces
     
  6. Offline

    Necrodoom

    ZodiacTheories error disagrees. Do you see red lines when you open the file with np++?
     
  7. Offline

    Wizehh

  8. Offline

    L33m4n123


    Not by default, nope and as Necro said. the error clearly states that you use tabs instead of spaces
     
Thread Status:
Not open for further replies.

Share This Page