Help With The plugin.yml

Discussion in 'Plugin Development' started by XxFuNxX, Mar 16, 2011.

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

    XxFuNxX

    Hello! I Have Done A Really Basic Bukkit Plugin!
    But, When I Put It In The Plugins Folder And Launching The Server
    It´s Saying: "JAR Does Not Contain plugin.yml" but i have a plugin.yml

    This is My Plugin.yml

    Code:
    name: CookieWatch
    main: com.XxFuNxX.CookieWatch.CookieWatch
    version: 1
    description: A Basic CakeBroke Plugin For Bukkit
    authors:
    - XxFuNxX
    commands:
    CW:
      description: Set CookieWatch ON
      usage: /CW
    Please Help Thanks![​IMG]
     
  2. Offline

    ddj

    It should be inside your jar file, not in the plugin directory.
     
  3. Offline

    XxFuNxX

    Yes It is Inside My JAR File, But Still the Error;(

    Aha! I Find The Error! But Thanks Anyway!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  4. Offline

    phondeux

    So, what was the error?
     
  5. Offline

    Hafnium

    CW: needed to be indented, but I'm not sure that would throw any errors.
     
  6. Offline

    Nineza

    It does throw errors.
    YAML is very sensitive with how it is laid out. Indentation plays a big part in it.
     
  7. Offline

    jakebake

    i am having the same problems, the file usually isn't zipped but to post it i had to zip it
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page