Plugin files folders standard change?

Discussion in 'Plugin Development' started by LRFLEW, Apr 8, 2011.

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

    LRFLEW

    They changed the standard for plugin folders, but I'm still confused. Even though my code said "plugins/UC/" it accesses "plugin/Unknown Command/". Is there a standard I should code to so that it will work, or should I just change it? I'm lost :p.

    Also, why does THIS PLUGIN need a fix and THIS ONE (the beta version) doesn't ?!?

    EDIT: ok, NOW I'm confused:
    Code:
    [INFO] While loading Unknown Command (plugins/ComLog.jar) found old-data folder: plugins/ComLog next to the new one: plugins/Unknown Command
    [INFO] While loading Unknown Command (plugins/UC.jar) found old-data folder: plugins/UC next to the new one: plugins/Unknown Command
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  2. Offline

    Ne0nx3r0

  3. Offline

    LRFLEW

  4. Offline

    willurd

    Are you setting the "name" property in your plugin.yml file? It should be:

    name: YourPluginName

    along with all of your other plugin settings.
     
  5. Offline

    Drakia

  6. Offline

    willurd

    Seconded. It doesn't get much easier than that IMO.
     
  7. Offline

    LRFLEW

    and THAT's what I was looking for. Thank you very much.
     
Thread Status:
Not open for further replies.

Share This Page