Solved Plugins aren't loading

Discussion in 'Plugin Development' started by D4rkz, Sep 17, 2014.

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

    D4rkz

    Hello Everyone! This is kinda of a noob Question i guess.

    Basicly, My Plugins only work on my Server, but they don't work on others. If anyone has any idea of how to solve this Problem please Comment Down! <3
     
  2. Offline

    XD 3VIL M0NKEY

    What do you mean by "your plugins", are these one you've developed or public ones posted on BukkitDev?
    If they don't work on other servers then what is the problem? I don't see how someone elses' problem affects your server. Perhaps provide a little more information to help me help you.
     
  3. Offline

    D4rkz

    By: "your plugins" i mean private ones for friends...etc.
     
  4. Offline

    indyetoile

    D4rkz
    If you'd post your code, we will be able to help you further.
     
  5. Offline

    D4rkz

    indyetoile The Code is fine, i've tested it in my Test Server (Works Perfectly) But on Other Servers they just don't "load" no stacktraces at all.
     
  6. Offline

    indyetoile

    D4rkz
    What else could it be than your code?
     
  7. D4rkz Post a full server log of a server that the plugin didn't load on.
     
  8. Offline

    D4rkz

    Nevermind! Fixed the Problem, had to update Java :p
     
  9. Offline

    Brain

    It's probably lack of fairy dust. ;)

    When distributing jars you need to take into account the JDK version you used to build the jar and what Java version your target server is running. If you build under 1.8 with 1.8 compliance your bytecode won't work on a server that is running on 1.6. You would get an error message though.
     
Thread Status:
Not open for further replies.

Share This Page