Replies: 1 comment 1 reply
-
Hi @ajh123, I've merged everything needed to work with Minecraft 1.21, by bumping Java to 21. The Docker image I use supports selecting different Java versions, so I think I can have a mapping Minecraft Version → Java Version and select the most appropriate one, with the ability of overriding it in the config as you suggested. I'm not sure if I should prioritize this, I think after the doc overhaul this can be a nice addition indeed :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some Minecraft versions (or plugins) may require a specific Java version to run (for example Minestom or 1.20.6+ requires Java 21).
This can be achieved by installing SDKMAN inside proxy and server pods. SDKMAN can be used to install various JDKs.
The example YAML shows how one may configure their Java JDK.
Beta Was this translation helpful? Give feedback.
All reactions