plugin.yml?

Discussion in 'Plugin Development' started by clutchmasterman, May 15, 2014.

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

    clutchmasterman

    anybody know what is wrong with this plugin.yml??

    Code:
    name: Disco
    main: me.Disco
    author: me
    version: 1.0
    description: me
     
    commands:
        rainbow:
            usage: /<command>
            description: yea
    thx
     
  2. Offline

    Kobting

    clutchmasterman

    the main is only pointing to the package main is
    main: me.Discon.<main class name>
     
  3. Offline

    Rocoty

    Kobting Eh...how do you know the main class isn't called Disco and is located in the package 'me'?
     
  4. Offline

    BillyBobJoe168

    maybe its the indents...indents should be 2 spaces because if it isn't, it gives you errors.
     
  5. Offline

    Bailey Payne

    Probably the Indents, check over them, but it may be the package depending on what it is, since we have not seen your folder system.
     
  6. Offline

    minoneer

    How do you know something is wrong with it? Is there an error? Fis so, please post the stacktrace.
     
  7. Offline

    Azubuso

    BillyBobJoe168 YAMLs can have either 2 or 4 spaces actually.

    clutchmasterman What's making you think something's wrong with it? You getting an error? And if so, can you post it here for us to see?
     
  8. Offline

    BillyBobJoe168

    Azubuso well then :p Maybe he has 5 or something XD
     
Thread Status:
Not open for further replies.

Share This Page