Solved Bukkit loading old plugin files

Discussion in 'Plugin Development' started by thapengwin, Sep 5, 2014.

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

    thapengwin

    I don't really know what to blame here, Eclipse or Bukkit, but when I reload (and restart even!) Bukkit loads up a file that's ages old, even if I recompile my plugin and restart again. This has been infuriating me for quite a while, and I can't take it anymore. Any help?
     
  2. Offline

    1Rogue

    Explain step by step your process for putting a new build on your server (including relative file paths); from the IDE compiling to starting your server.
     
  3. Offline

    thapengwin

    I test on my own PC, and I instantly compile to the server plugins directory.
     
  4. Offline

    Jalau

    thapengwin
    Probably blame eclipse for that... I know this error, it seems like the jar is not overwritten, try to compile from eclipse into a other directory which does not contains your file and the copy it to your plugins folder :)
     
  5. Offline

    thapengwin

    Whoops, I'm an idiot, forgot that updater is present in my plugin. SOLVED.
     
Thread Status:
Not open for further replies.

Share This Page