Writing time of this article: 2022/5/3
Recently I was trying to access CommandAPI (see JorelAli/CommandAPI repository) for my plugin (see SNWCreations/RunForMoney repository).
But I'm having issues trying to get Paper 1.16.5 to run on Java 17.
Paper refuses to start with: "Unsupported Java detected (61.0). Only up to Java 16 is supported."
I'm worried, but I think that the Java version detection takes precedence over the server startup, so if I look at the org.bukkit.craftbukkit.Main.main method, will there be a way?