Auto Updater Help

Discussion in 'Plugin Development' started by ElliottOlson, Jun 21, 2014.

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

    ElliottOlson

    I have been getting an Error when ever my plugin is onEnabled() with the error being:
    http://pastebin.com/Fx919ZVW

    I do not know why this error keeps appearing, and I would really like to be able to upload the plugin with this auto updating feature.

    Thanks for the help.
     
  2. ElliottOlson
    Did you even take a look at the error?
    Code:
    File versions should follow the format 'PluginName vVERSION'
    Means that "V 0.1 A" etc is not a valid format. You should use something along the lines of "BowSpleef v0.1"
     
  3. Offline

    ElliottOlson

    Assist So I should put in for the version in the plugin.yml 'BowSpleef v0.1'?
     
  4. ElliottOlson
    No, you should use that format in the BukkitDev file names. When you upload a file, it will ask you to give it a name, you should name it e.g. "BowSpleef v0.1".
     
  5. Offline

    ElliottOlson

Thread Status:
Not open for further replies.

Share This Page