Plugin.yml Problem!

Discussion in 'Plugin Development' started by SeanMalloy, Feb 8, 2012.

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

    SeanMalloy

    Hey, im developing a superpick plugin, just as a good start into coding, and i have been hit by a error in my console about the plugin.yml. The plugin.yml is fairly short, so I'm having trouble seeing where the error is. Hope you can help:
    Code:
    name: SuperPick
    version: 0.1
    main: me.numbedshot.SuperPick.SuperPick
    commands:
        pickon:
            Description: Enables the super pick.
            usage: /pickon
        pickoff
            Description: Disables the super pick.
            usage: /pickoff
     
  2. Offline

    Seadragon91

    Code:
    pickoff
        Description: Disables the super pick.
        usage: /pickoff
    Looks like that after the word "pickoff" is missing a : .
    If that does not correct the error. Please post the error log.
     
  3. Offline

    SeanMalloy

    Thank you very much!
     
Thread Status:
Not open for further replies.

Share This Page