Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] To use Java 8 for older Minecraft versions #7

Open
n005 opened this issue Dec 1, 2020 · 3 comments
Open

[BUG] To use Java 8 for older Minecraft versions #7

n005 opened this issue Dec 1, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@n005
Copy link

n005 commented Dec 1, 2020

Describe the bug
Java 15 is not support on most of Minecraft versions. Java 8 is better. Like #5

To Reproduce
Steps to reproduce the behavior:

  1. Run Minecraft (1.8 for exemple)
  2. Logging isn't possible.
  3. See error like [BUG] Error while logging in #5

Minecraft server Version
Most of them.

Mod/Datapack list
n/a : default settings

@n005 n005 added the bug Something isn't working label Dec 1, 2020
@thecoder-001
Copy link
Owner

Hmm...that's probably a nice idea. Though java 15 seems to perform better in my testing and going back to 8 would lead to performance drop for newer versions. Also, I have tested all older Minecraft versions on java 11 (which is default in Colab) and it looked quite stable.
How about adding a YAML file in the server folder with the parameter legacy which would specify which java version to run on the basis of the server version? The config would be set up first time when the server folder is made up and be used thereafter.

@n005
Copy link
Author

n005 commented Dec 2, 2020

Perhaps set Java 8 the default version (because, many minecraft plugins was/are developed with, and comaptibily issues are quite often with other Java versions).

And either make a config file or ask at each run.

@orangemn6
Copy link
Contributor

@thecoder-001 I am going to try to add that

@infibrocco infibrocco changed the title [BUG] [BUG] To use Java 8 for older Minecraft versions Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants