Plugin Help Server not using recent version of my plugin.

Discussion in 'Plugin Help/Development/Requests' started by mrdude123, Dec 27, 2015.

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

    mrdude123

    So I'm putting my plugin onto my personal local host server, but my server is not using the most recent version of the plugin, the one I just exported from eclipse.

    The plugin runs just fine and has no issues.
    It is going to the correct directory.
    No stack-trace in console either.

    I'm looking at the file in the "plugins" folder and the time that it was last modified matches up. Any solutions? I've never seen this kind of thing happen before.
     
  2. Offline

    teej107

    Did you reload the plugins?
     
  3. Offline

    mrdude123

    @teej107 Yes, I did. I've also restarted the server several times.
     
  4. Offline

    teej107

    @mrdude123 Are you exporting directly to the plugins directory?
     
  5. Offline

    mrdude123

  6. Offline

    teej107

    @mrdude123 Are you sure Eclipse is not failing on exporting the jar? Depending on the OS, you can't change jar when it is in use. On Windows, I can't move or delete the jar when it is loaded however I can copy the file over and have it replace the current one. Export your plugin to a different directory and move it over manually.
     
  7. Offline

    mrdude123

    @teej107 It's exporting it perfectly fine it seems. If I change the version in the plugin.yml, you can see the newer version in the console when it runs. However, there's still the same bug that I fixed and the commands that I put in are not there. I'll try what you said and edit my post.

    edit: still doesn't work. :/
     
  8. Offline

    teej107

    Hate to tell you this but you didn't really fix the bug :p
     
  9. Offline

    mrdude123

    @teej107
    No, a bug in the plugin I was working on. As well as some new commands that I added. It seems like it might be eclipse not exporting the jar's newest version properly.
     
    Last edited: Dec 28, 2015
Thread Status:
Not open for further replies.

Share This Page