Server not seeing plugin

Discussion in 'Plugin Development' started by sirbikesalot, Dec 31, 2019.

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

    sirbikesalot

    I made myself a small GUI plugin today and I was testing it on a small local server and it worked perfectly. But when I put it on a bigger server I have, the plugin was not even being noticed by the server. I checked the console for any errors or warnings relating to the plugin and I could not find anything. Does anyone have any idea what may be going on?
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    sirbikesalot

    Last edited: Dec 31, 2019
  4. Offline

    timtower Administrator Administrator Moderator

  5. Offline

    sirbikesalot

    What version do you suggest for 1.8.8?
     
  6. Offline

    timtower Administrator Administrator Moderator

    The issue is the java version on the server, not a Minecraft version.
    I suggest java 8
     
  7. Isn't Java 8 officially End Of Life?
     
  8. Offline

    timtower Administrator Administrator Moderator

    Yeah, keep forgetting that.
    But I don't know what hosts are running these days.
     
  9. @knokko @timtower Java 8 is still used by roughly 92% of all servers (Source: https://bstats.org/global/bukkit) so for now (at least in the MC scene) Java 8 is fine. It took years and years for people to move from Java 7 to 8, it'll take a while to go to 11 still.
     
  10. Offline

    sirbikesalot

    @timtower @knokko @bwfcwalshy

    I tried switching between multiple java versions and it still did not work. Still works perfectly on my locohost server
     
  11. @sirbikesalot
    If you still get the same error, it means that you didn't switch java versions correctly. I recommend completely removing java 11 from your system to ensure that your editor can no longer compile with that java version.
     
Thread Status:
Not open for further replies.

Share This Page