This plugin of mine is kinda going waky.

Discussion in 'Plugin Development' started by MineMeetsRoblox, Jul 25, 2014.

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

    MineMeetsRoblox


    ...
    I dont know what is wrong with the plugin.yml.
     
  2. Offline

    tempelis

    Java.IO.FileNotFoundException: Jar does not contain plugin.yml
    I think that it is not finding the file because you named it Plugin.yml instead of plugin.yml. Otherwise I don't know what else would be causing it to do this.
     
  3. Offline

    lazmonst3r

    Your problem is that you have the plugin.yml in the wrong location. What you should do is select the java project, right click, new file, and name "plugin.yml" (after you delete the current plugin.yml that is). Nothing is wrong with it that I know, but just incase:

    Code:
    name: KGSCustomInventories
    version: 1.0
    description: Description
    author: MineMeetsRoblox
    main: com.MineMeetsRoblox.CustomInventory
     
    commands:
     
Thread Status:
Not open for further replies.

Share This Page